From e76bd6ac2f2379147b65604b69a8741d85e42df0 Mon Sep 17 00:00:00 2001 From: Andrew Yates <ayates@ebi.ac.uk> Date: Tue, 27 Sep 2011 13:13:26 +0000 Subject: [PATCH] Documentation typo --- sql/table.sql | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sql/table.sql b/sql/table.sql index 9662f55509..bc2eb69c48 100755 --- a/sql/table.sql +++ b/sql/table.sql @@ -447,7 +447,7 @@ Unlike other tables, data in the meta table is stored as key-value pairs. Also s The species_id field of the meta table is used in multi-species databases and makes it possible to have species-specific meta key-value pairs. The species-specific meta key-value pairs needs to be repeated for each species_id. -Entries in the meta table that are not specific to any one species, such as the schema.version key and any other schema-related information must have their species_id field set to NULL. +Entries in the meta table that are not specific to any one species, such as the schema_version key and any other schema-related information must have their species_id field set to NULL. The default species_id, and the only species_id value allowed in single-species databases, is 1. @@ -2545,7 +2545,7 @@ Information about the database that the external object is stored in is held in @column display_label Display label for the EnsEMBL web site. @column version Object version. @column description Object description. -@column info_type 'PROJECTION', 'MISC', 'DEPENDENT','DIRECT', 'SEQUENCE_MATCH','INFERRED_PAIR', 'PROBE','UNMAPPED', 'COORDINATE_OVERLAP'. +@column info_type 'PROJECTION', 'MISC', 'DEPENDENT','DIRECT', 'SEQUENCE_MATCH','INFERRED_PAIR', 'PROBE','UNMAPPED', 'COORDINATE_OVERLAP', 'CHECKSUM'. @column info_text Text @see external_db @@ -2565,7 +2565,8 @@ CREATE TABLE xref ( info_type ENUM( 'PROJECTION', 'MISC', 'DEPENDENT', 'DIRECT', 'SEQUENCE_MATCH', 'INFERRED_PAIR', 'PROBE', - 'UNMAPPED', 'COORDINATE_OVERLAP' ), + 'UNMAPPED', 'COORDINATE_OVERLAP', + 'CHECKSUM' ), info_text VARCHAR(255), PRIMARY KEY (xref_id), -- GitLab