Skip to content
Snippets Groups Projects
Commit 3735bef8 authored by Magali Ruffier's avatar Magali Ruffier
Browse files

added schema patch for release 73

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