aboutsummaryrefslogtreecommitdiff
path: root/common/changelog/drop-foreign-key-pgsql-patch.xml
blob: 14844d3179950a65341e0eb55d9d637bfc110fa4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<changelog xmlns="http://www.codesynthesis.com/xmlns/odb/changelog" database="pgsql" 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>
    <table name="object1">
      <column name="id" type="INTEGER" null="false"/>
      <primary-key>
        <column name="id"/>
      </primary-key>
    </table>
  </model>
</changelog>