aboutsummaryrefslogtreecommitdiff
path: root/bdep/project.xml
blob: c3991bc39e8b2cceacda1eb5e229434b802a52d1 (plain)
1
2
3
4
5
6
7
8
9
10
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>