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

Change version to 46

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