Skip to content
Snippets Groups Projects
Commit 7a5ac31a authored by Alessandro Vullo's avatar Alessandro Vullo
Browse files

Schema version update patch (73 -> 74)

parent 680fcad1
No related branches found
No related tags found
No related merge requests found
-- patch_73_74_a.sql
--
-- Title: Insert schema version.
--
-- Description:
-- Adding schema version to the meta table (set to 74)
-- so that script schema_patcher.pl would work
INSERT INTO meta (meta_key, meta_value)
VALUES ('schema_version', 74);
-- Patch identifier
INSERT INTO meta (meta_key, meta_value)
VALUES ('patch', 'patch_73_74_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