summaryrefslogtreecommitdiff
path: root/odb-tests/common/changelog/drop-table-sqlite-patch.xml
blob: 45c6f00b0a3406e7e3a359bab605b6e301df936c (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="object1" kind="object">
      <column name="id" type="INTEGER" null="false"/>
      <column name="num" type="INTEGER" null="false"/>
      <primary-key>
        <column name="id"/>
      </primary-key>
    </table>
  </model>
</changelog>