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

Set the species_id of non-species-specific rows in the meta table to be NULL.

parent 1ab66063
No related branches found
No related tags found
No related merge requests found
# patch_50_51_f.sql
#
# title: Set meta species_id
#
# 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');
# 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