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