aboutsummaryrefslogtreecommitdiff
path: root/common/changelog/drop-column-sqlite-patch.xml
blob: cc3f86ca9def3d468253ea010eaf0d45377e1983 (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">
      <column name="id" type="INTEGER" null="false"/>
      <primary-key auto="true">
        <column name="id"/>
      </primary-key>
    </table>
  </model>
</changelog>