summaryrefslogtreecommitdiff
path: root/common/changelog/drop-foreign-key-mssql-patch.xml
blob: cd1a372a4cc3d57fe9002fc4ca079ac1579874af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<changelog xmlns="http://www.codesynthesis.com/xmlns/odb/changelog" database="mssql" version="1">
  <changeset version="3"/>

  <model version="2">
    <table name="object" kind="object">
      <column name="id" type="INT" null="false"/>
      <primary-key auto="true">
        <column name="id"/>
      </primary-key>
    </table>
    <table name="object1" kind="object">
      <column name="id" type="INT" null="false"/>
      <primary-key>
        <column name="id"/>
      </primary-key>
    </table>
  </model>
</changelog>