aboutsummaryrefslogtreecommitdiff
path: root/libbrep/package.xml
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-07-08 21:27:53 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-07-09 14:03:46 +0300
commitc28758a9327efc0f3bfc2f3c14d12b533750d94b (patch)
tree6d40474dddd28973a2dc8899fe18c2cb4ea6ff40 /libbrep/package.xml
parent4dcc80df759c7ba1ada65b52a8dc6c793d56e4e5 (diff)
Add support for marking internal repository as non-buildable
Diffstat (limited to 'libbrep/package.xml')
-rw-r--r--libbrep/package.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/libbrep/package.xml b/libbrep/package.xml
index ad0a888..4af583e 100644
--- a/libbrep/package.xml
+++ b/libbrep/package.xml
@@ -1,4 +1,13 @@
<changelog xmlns="http://www.codesynthesis.com/xmlns/odb/changelog" database="pgsql" schema-name="package" version="1">
+ <changeset version="15">
+ <alter-table name="repository">
+ <add-column name="buildable" type="BOOLEAN" null="false"/>
+ </alter-table>
+ <alter-table name="package">
+ <add-column name="buildable" type="BOOLEAN" null="false"/>
+ </alter-table>
+ </changeset>
+
<model version="14">
<table name="tenant" kind="object">
<column name="id" type="TEXT" null="false"/>