aboutsummaryrefslogtreecommitdiff
path: root/libbrep/build.xml
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2022-08-24 22:49:30 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-08-24 22:49:30 +0300
commit340cf0935a199240f6daaab8a347e22172f4d15b (patch)
treed532ba24756792423843e569025cce15b620c376 /libbrep/build.xml
parent754caf4077e4bfcf7ebb2de9cc531e78350fe7e3 (diff)
Drop all database migrations to be backward compatible with only 0.15.0 (one minor version behind)
Diffstat (limited to 'libbrep/build.xml')
-rw-r--r--libbrep/build.xml8
1 files changed, 1 insertions, 7 deletions
diff --git a/libbrep/build.xml b/libbrep/build.xml
index 7828df1..821444c 100644
--- a/libbrep/build.xml
+++ b/libbrep/build.xml
@@ -1,11 +1,5 @@
<changelog xmlns="http://www.codesynthesis.com/xmlns/odb/changelog" database="pgsql" schema-name="build" version="1">
- <changeset version="18"/>
-
- <changeset version="17"/>
-
- <changeset version="16"/>
-
- <model version="15">
+ <model version="18">
<table name="build" kind="object">
<column name="package_tenant" type="TEXT" null="false"/>
<column name="package_name" type="CITEXT" null="false"/>