Skip to content
Snippets Groups Projects
Commit fdbded29 authored by Glenn Proctor's avatar Glenn Proctor
Browse files

Updated for new format of meta table.

parent 71c3b146
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,6 @@ ALTER TABLE protein_feature ADD COLUMN external_data TEXT;
ALTER TABLE dna_align_feature ADD COLUMN external_data TEXT;
# patch identifier
INSERT INTO meta (meta_key, meta_value) VALUES ('patch', 'patch_50_51_e.sql|feature_external_data');
INSERT INTO meta (species_id, meta_key, meta_value) VALUES (NULL, 'patch', 'patch_50_51_e.sql|feature_external_data');
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