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

Schema version patch.

parent 52488935
No related branches found
No related tags found
No related merge requests found
# patch_39_40_i
#
# title: schema version
#
# description:
# this patch updates the schema version
# update schema version
UPDATE meta set meta_value = 40 where meta_key = 'schema_version';
# patch identifier
INSERT INTO meta (meta_key, meta_value) VALUES ('patch', 'patch_39_40_i.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