Skip to content
Snippets Groups Projects
Commit b2600b75 authored by Magali Ruffier's avatar Magali Ruffier
Browse files

added patch_70_71_b.sql which fixes a potentially missing primary key on mapping_set table

parent 84a0d411
No related branches found
No related tags found
No related merge requests found
......@@ -510,6 +510,8 @@ 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_70_71_a.sql|schema_version');
INSERT INTO meta (species_id, meta_key, meta_value)
VALUES (NULL, 'patch', 'patch_70_71_b.sql|mapping_set_index');
/**
@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