aboutsummaryrefslogtreecommitdiff
path: root/libbrep/build.xml
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-11-26 18:28:42 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-11-26 18:28:42 +0300
commitcf91dfc8271b902419cbaaaa3c44e15d03dc2cf7 (patch)
tree35ba48b7f8940c5386e4f2aad7e0f065007befb2 /libbrep/build.xml
parent5730b9707e44c863144d27e73fdfe5739141f005 (diff)
Drop all database migrations to be backward compatible with only 0.12.0 (one minor version behind)
Diffstat (limited to 'libbrep/build.xml')
-rw-r--r--libbrep/build.xml15
1 files changed, 4 insertions, 11 deletions
diff --git a/libbrep/build.xml b/libbrep/build.xml
index 2a621b6..3ade7c8 100644
--- a/libbrep/build.xml
+++ b/libbrep/build.xml
@@ -1,15 +1,5 @@
<changelog xmlns="http://www.codesynthesis.com/xmlns/odb/changelog" database="pgsql" schema-name="build" version="1">
- <changeset version="9">
- <alter-table name="build">
- <add-index name="build_timestamp_i">
- <column name="timestamp"/>
- </add-index>
- </alter-table>
- </changeset>
-
- <changeset version="8"/>
-
- <model version="7">
+ <model version="9">
<table name="build" kind="object">
<column name="package_tenant" type="TEXT" null="false"/>
<column name="package_name" type="CITEXT" null="false"/>
@@ -50,6 +40,9 @@
<column name="toolchain_version_canonical_release"/>
<column name="toolchain_version_revision"/>
</primary-key>
+ <index name="build_timestamp_i">
+ <column name="timestamp"/>
+ </index>
</table>
<table name="build_results" kind="container">
<column name="package_tenant" type="TEXT" null="false"/>