diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-09-03 00:18:20 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-09-05 16:57:22 +0300 |
commit | 2d907a525ab169f1cb97b87550e3646fde003733 (patch) | |
tree | fd6c820702a6a064bd6265d661ff77120064ac7c /libbrep/package.xml | |
parent | 32a92bfa9ca270f262b34b6cfc82825d84f9026c (diff) |
Adapt to optional package revision
Diffstat (limited to 'libbrep/package.xml')
-rw-r--r-- | libbrep/package.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbrep/package.xml b/libbrep/package.xml index 4af583e..2acba62 100644 --- a/libbrep/package.xml +++ b/libbrep/package.xml @@ -1,4 +1,6 @@ <changelog xmlns="http://www.codesynthesis.com/xmlns/odb/changelog" database="pgsql" schema-name="package" version="1"> + <changeset version="16"/> + <changeset version="15"> <alter-table name="repository"> <add-column name="buildable" type="BOOLEAN" null="false"/> |