Skip to content
Snippets Groups Projects
Commit b30aba7c authored by Ian Longden's avatar Ian Longden
Browse files

standard release update of version

parent 9b4e851f
No related branches found
No related tags found
No related merge requests found
# patch_54_55_a.sql
#
# title: update schema version
#
# description:
# Update schema_version in meta table to 55
UPDATE meta SET meta_value='55' WHERE meta_key='schema_version';
# patch identifier
INSERT INTO meta (species_id, meta_key, meta_value) VALUES (NULL, 'patch', 'patch_54_55_a.sql|schema_version');
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