Skip to content
Snippets Groups Projects
Unverified Commit 9116ba88 authored by ens-carlos's avatar ens-carlos Committed by GitHub
Browse files

Added missing meta table insert.

parent cbc56462
No related branches found
No related tags found
2 merge requests!453Patch to support longer assembly names in the mapping session table.,!454Core db schema patch to support longer assembly names in the mapping_session table.
...@@ -319,6 +319,9 @@ INSERT INTO meta (species_id, meta_key, meta_value) ...@@ -319,6 +319,9 @@ INSERT INTO meta (species_id, meta_key, meta_value)
INSERT INTO meta (species_id, meta_key, meta_value) INSERT INTO meta (species_id, meta_key, meta_value)
VALUES (NULL, 'patch', 'patch_99_100_b.sql|alter_externaldb_type_notnull'); VALUES (NULL, 'patch', 'patch_99_100_b.sql|alter_externaldb_type_notnull');
INSERT INTO meta (species_id, meta_key, meta_value)
VALUES (NULL, 'patch', 'patch_99_100_c.sql|alter_mapping_session_assembly_length');
/** /**
@table meta_coord @table meta_coord
@colour #C70C09 @colour #C70C09
......
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