Skip to content
Snippets Groups Projects
Commit aae86c7b authored by Stefan Graef's avatar Stefan Graef
Browse files

typo in patch b (meta) fixed

parent c13a676e
No related branches found
No related tags found
No related merge requests found
......@@ -891,7 +891,7 @@ INSERT INTO meta (species_id, meta_key, meta_value) VALUES (NULL, "schema_versio
# patches included in this schema file
# NOTE: at beginning of release cycle, remove patch entries from last release
INSERT INTO meta (meta_key, meta_value) VALUES ('patch', 'patch_51_52_a.sql|schema_version');
INSERT INTO meta (meta_key, meta_value) VALUES ('patch', 'patch_51_52_a.sql|widen_columns');
INSERT INTO meta (meta_key, meta_value) VALUES ('patch', 'patch_51_52_b.sql|widen_columns');
INSERT INTO meta (meta_key, meta_value) VALUES ('patch', 'patch_51_52_c.sql|pair_dna_align_feature_id');
INSERT INTO meta (meta_key, meta_value) VALUES ('patch', 'patch_51_52_d.sql|external_db_description');
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment