aboutsummaryrefslogtreecommitdiff
path: root/bdep/project.xml
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2022-08-24 22:26:36 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-08-24 22:32:53 +0300
commit70e05d5ff638554a9fd7648b1ff8f413e8af0253 (patch)
treefb0f6070a0ef6a251d31b2df905337f0f93f1d8d /bdep/project.xml
parent5a2ea3e63ef2d34c5819a1c2046308e254c13dbc (diff)
Drop all database migrations to be backward compatible with 0.14.0 and above (two minor versions behind)
Diffstat (limited to 'bdep/project.xml')
-rw-r--r--bdep/project.xml9
1 files changed, 2 insertions, 7 deletions
diff --git a/bdep/project.xml b/bdep/project.xml
index 805d741..44902f2 100644
--- a/bdep/project.xml
+++ b/bdep/project.xml
@@ -1,14 +1,9 @@
<changelog xmlns="http://www.codesynthesis.com/xmlns/odb/changelog" database="sqlite" version="1">
- <changeset version="2">
- <alter-table name="configuration">
- <add-column name="type" type="TEXT" null="true"/>
- </alter-table>
- </changeset>
-
- <model version="1">
+ <model version="2">
<table name="configuration" kind="object">
<column name="id" type="INTEGER" null="true"/>
<column name="name" type="TEXT" null="true"/>
+ <column name="type" type="TEXT" null="true"/>
<column name="path" type="TEXT" null="true"/>
<column name="relative_path" type="TEXT" null="true"/>
<column name="default" type="INTEGER" null="true"/>