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

Changed schema version to 46.

parent d44a3f18
No related branches found
No related tags found
No related merge requests found
......@@ -865,13 +865,14 @@ CREATE TABLE meta (
# Auto add schema version to database
INSERT INTO meta (meta_key, meta_value) VALUES ("schema_version", "45");
INSERT INTO meta (meta_key, meta_value) VALUES ("schema_version", "46");
# patches included in this schema file
# NOTE: at beginning of release cycle, remove patch entries from last release
INSERT INTO meta (meta_key, meta_value) VALUES ('patch', 'patch_44_45_a.sql|schema_version');
INSERT INTO meta (meta_key, meta_value) VALUES ('patch', 'patch_44_45_b.sql|marker_index');
INSERT INTO meta (meta_key, meta_value) VALUES ('patch', 'patch_44_45_c.sql|db_release_not_null');
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