aboutsummaryrefslogtreecommitdiff
path: root/bdep/project.xml
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-03-08 18:06:26 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-03-08 18:06:26 +0200
commitdf5e58e6e5eb2727a185bf9a98a462c18fa3a83d (patch)
treefb0cc76643865390ac3e45462d51ea02575a3175 /bdep/project.xml
parentf9ebe2d1e920df001be2dd543a63677f8728f53d (diff)
Setup project database infrastructure
Diffstat (limited to 'bdep/project.xml')
-rw-r--r--bdep/project.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/bdep/project.xml b/bdep/project.xml
new file mode 100644
index 0000000..c3991bc
--- /dev/null
+++ b/bdep/project.xml
@@ -0,0 +1,11 @@
+<changelog xmlns="http://www.codesynthesis.com/xmlns/odb/changelog" database="sqlite" version="1">
+ <model version="1">
+ <table name="configuration" kind="object">
+ <column name="path" type="TEXT" null="true"/>
+ <column name="name" type="TEXT" null="true"/>
+ <primary-key>
+ <column name="name"/>
+ </primary-key>
+ </table>
+ </model>
+</changelog>