aboutsummaryrefslogtreecommitdiff
path: root/bdep/project.xml
diff options
context:
space:
mode:
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"/>