From b9055ec9d4057822f2955066bdec59c71418feef Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 12 Oct 2018 14:31:10 +0300 Subject: Recreate database schema extras on migration --- libbrep/build-extra.sql | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libbrep/build-extra.sql') diff --git a/libbrep/build-extra.sql b/libbrep/build-extra.sql index cc43239..35ba361 100644 --- a/libbrep/build-extra.sql +++ b/libbrep/build-extra.sql @@ -2,6 +2,9 @@ -- parser complexity, there is a number of restrictions, see package-extra.sql -- file for details. -- +-- Increment the database 'build' schema version when update this file, see +-- package-extra.sql file for details. +-- DROP FOREIGN TABLE IF EXISTS build_package_constraints; -- cgit v1.1