aboutsummaryrefslogtreecommitdiff
path: root/common/changelog/drop-column-sqlite-patch.xml
blob: 9878a7602228d4b94fecef329fc36e71b0dbb0a1 (plain)
1
2
3
4
5
6
7
8
9
10
<changelog xmlns="http://www.codesynthesis.com/xmlns/odb/changelog" database="sqlite" version="1">
  <model version="2">
    <table name="object" kind="object">
      <column name="id" type="INTEGER" null="false"/>
      <primary-key auto="true">
        <column name="id"/>
      </primary-key>
    </table>
  </model>
</changelog>