summaryrefslogtreecommitdiff
path: root/common/changelog/add-column-sqlite-patch.xml
blob: fbe442870c2d536f1250b5333a2fabd3c794cbc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<changelog xmlns="http://www.codesynthesis.com/xmlns/odb/changelog" database="sqlite" version="1">
  <changeset version="3"/>

  <model version="2">
    <table name="object" kind="object">
      <column name="id" type="INTEGER" null="false"/>
      <column name="num" type="INTEGER" null="false"/>
      <primary-key auto="true">
        <column name="id"/>
      </primary-key>
    </table>
  </model>
</changelog>