aboutsummaryrefslogtreecommitdiff
path: root/libbrep/package.xml
diff options
context:
space:
mode:
Diffstat (limited to 'libbrep/package.xml')
-rw-r--r--libbrep/package.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/libbrep/package.xml b/libbrep/package.xml
index 292cd05..0dcc472 100644
--- a/libbrep/package.xml
+++ b/libbrep/package.xml
@@ -1,4 +1,11 @@
<changelog xmlns="http://www.codesynthesis.com/xmlns/odb/changelog" database="pgsql" schema-name="package" version="1">
+ <changeset version="19">
+ <alter-table name="package">
+ <add-column name="buildable" type="TEXT" null="false"/>
+ <drop-column name="buildable_"/>
+ </alter-table>
+ </changeset>
+
<changeset version="18">
<alter-table name="package">
<add-column name="buildable_" type="BOOLEAN" null="false"/>