Skip to content
Snippets Groups Projects
Commit 6d3a01c0 authored by Damian Smedley's avatar Damian Smedley
Browse files

added schema patch to change the meta table version to 43

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