Skip to content

Commit

Permalink
Merge 622ea8e into 79ebd67
Browse files Browse the repository at this point in the history
  • Loading branch information
Ameya Chaubal committed Apr 17, 2020
2 parents 79ebd67 + 622ea8e commit f015e96
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
3 changes: 2 additions & 1 deletion modules/t/test-genome-DBs/homo_sapiens/core/meta.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1 \N schema_version 101
1 \N schema_version 102
2 1 assembly.default NCBI34
3 1 species.taxonomy_id 9606
26 1 species.classification Homo sapiens
Expand Down Expand Up @@ -116,3 +116,4 @@
190 \N patch patch_99_100_b.sql|alter_externaldb_type_notnull
191 \N patch patch_99_100_c.sql|alter_mapping_session_assembly_length
192 \N patch patch_100_101_a.sql|schema_version
193 \N patch patch_101_102_a.sql|schema_version
2 changes: 1 addition & 1 deletion modules/t/test-genome-DBs/homo_sapiens/core/table.sql
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ CREATE TABLE `meta` (
PRIMARY KEY (`meta_id`),
UNIQUE KEY `species_key_value_idx` (`species_id`,`meta_key`,`meta_value`),
KEY `species_value_idx` (`species_id`,`meta_value`)
) ENGINE=MyISAM AUTO_INCREMENT=193 DEFAULT CHARSET=latin1;
) ENGINE=MyISAM AUTO_INCREMENT=194 DEFAULT CHARSET=latin1;

CREATE TABLE `meta_coord` (
`table_name` varchar(40) COLLATE latin1_bin NOT NULL DEFAULT '',
Expand Down
3 changes: 2 additions & 1 deletion modules/t/test-genome-DBs/multi/compara/meta.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
72 \N schema_version 101
79 \N schema_version 102
2 \N schema_type compara
3 \N patch patch_84_85_a.sql|schema_version
4 \N patch patch_84_85_b.sql|gene_tree_root_attr
Expand Down Expand Up @@ -62,3 +62,4 @@
76 \N patch patch_100_101_d.sql|gat.node_ids
77 \N patch patch_100_101_e.sql|positive_int
78 \N patch patch_100_101_f.sql|gab.direction
80 \N patch patch_101_102_a.sql|schema_version
2 changes: 1 addition & 1 deletion modules/t/test-genome-DBs/multi/compara/table.sql
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ CREATE TABLE `meta` (
PRIMARY KEY (`meta_id`),
UNIQUE KEY `species_key_value_idx` (`species_id`,`meta_key`,`meta_value`(255)),
KEY `species_value_idx` (`species_id`,`meta_value`(255))
) ENGINE=MyISAM AUTO_INCREMENT=79 DEFAULT CHARSET=latin1;
) ENGINE=MyISAM AUTO_INCREMENT=81 DEFAULT CHARSET=latin1;

CREATE TABLE `method_link` (
`method_link_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
Expand Down
3 changes: 2 additions & 1 deletion modules/t/test-genome-DBs/mus_musculus/core/meta.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
1 \N schema_type core
2 \N schema_version 101
2 \N schema_version 102
3 \N patch patch_65_66_a.sql|schema_version
4 \N patch patch_65_66_b.sql|fix_external_db_id
5 \N patch patch_65_66_c.sql|reorder_unmapped_obj_index
Expand Down Expand Up @@ -194,3 +194,4 @@
1706 \N patch patch_99_100_b.sql|alter_externaldb_type_notnull
1707 \N patch patch_99_100_c.sql|alter_mapping_session_assembly_length
1708 \N patch patch_100_101_a.sql|schema_version
1709 \N patch patch_101_102_a.sql|schema_version
2 changes: 1 addition & 1 deletion modules/t/test-genome-DBs/mus_musculus/core/table.sql
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ CREATE TABLE `meta` (
PRIMARY KEY (`meta_id`),
UNIQUE KEY `species_key_value_idx` (`species_id`,`meta_key`,`meta_value`),
KEY `species_value_idx` (`species_id`,`meta_value`)
) ENGINE=MyISAM AUTO_INCREMENT=1709 DEFAULT CHARSET=latin1;
) ENGINE=MyISAM AUTO_INCREMENT=1710 DEFAULT CHARSET=latin1;

CREATE TABLE `meta_coord` (
`table_name` varchar(40) COLLATE latin1_bin NOT NULL DEFAULT '',
Expand Down

0 comments on commit f015e96

Please sign in to comment.