Skip to content
Snippets Groups Projects
Commit 325eab11 authored by ens-carlos's avatar ens-carlos Committed by Tiago Grego
Browse files

Added meta table patch row.

parent 54768d34
No related branches found
No related tags found
1 merge request!460Core 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)
INSERT INTO meta (species_id, meta_key, meta_value)
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
@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