Skip to content
Snippets Groups Projects
Commit 3eec4d74 authored by Monika Komorowska's avatar Monika Komorowska
Browse files

Adding patch for new schema release

parent 0273c1cd
No related branches found
No related tags found
No related merge requests found
# patch_61_62_a.sql
#
# Title: Update schema version.
#
# Description:
# Update schema_version in meta table to 62.
UPDATE meta SET meta_value='62' WHERE meta_key='schema_version';
# Patch identifier
INSERT INTO meta (species_id, meta_key, meta_value)
VALUES (NULL, 'patch', 'patch_61_62_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