Skip to content
Snippets Groups Projects
Commit b1c1512f authored by Guy Naamati's avatar Guy Naamati
Browse files

added update to meta table for patch_87_88.b

parent e2603eec
No related branches found
No related tags found
2 merge requests!174making seq_region name longer,!174making seq_region name longer
......@@ -309,6 +309,9 @@ INSERT INTO meta (species_id, meta_key, meta_value) VALUES
# NOTE: Avoid line-breaks in values.
INSERT INTO meta (species_id, meta_key, meta_value)
VALUES (NULL, 'patch', 'patch_87_88_a.sql|schema_version');
INSERT INTO meta (species_id, meta_key, meta_value)
VALUES (NULL, 'patch', 'patch_87_88_b.sql|seq_region_name_255');
/**
@table meta_coord
......
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