diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-10-12 14:31:10 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-10-12 15:43:26 +0300 |
commit | b9055ec9d4057822f2955066bdec59c71418feef (patch) | |
tree | a696da9a3a4a198ec5d723537c98a416c9f43768 /libbrep/build-extra.sql | |
parent | e97c6b9b9c90a6f97019021d6bfcc73ed92580cc (diff) |
Recreate database schema extras on migration
Diffstat (limited to 'libbrep/build-extra.sql')
-rw-r--r-- | libbrep/build-extra.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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; |