aboutsummaryrefslogtreecommitdiff
path: root/bdep/project.xml
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/project.xml')
-rw-r--r--bdep/project.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/bdep/project.xml b/bdep/project.xml
index e69af8b..805d741 100644
--- a/bdep/project.xml
+++ b/bdep/project.xml
@@ -1,4 +1,10 @@
<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">
<table name="configuration" kind="object">
<column name="id" type="INTEGER" null="true"/>