Skip to content
Snippets Groups Projects
Commit 9fe37c56 authored by ens-stephenf's avatar ens-stephenf
Browse files

corrected error in sql syntax.

parent 885b14b4
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
# description:
# Set the species_id of non-species-specific rows in the meta table to be NULL.
UPDATE TABLE meta SET species_id = NULL WHERE meta_key IN ('patch', 'schema_version');
UPDATE meta SET species_id = NULL WHERE meta_key IN ('patch', 'schema_version');
# patch identifier
INSERT INTO meta (species_id, meta_key, meta_value) VALUES (NULL, 'patch', 'patch_50_51_f.sql|meta_species_id_values');
......
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