summaryrefslogtreecommitdiff
path: root/common/changelog/model-oracle.xml
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-04-26 17:18:13 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-04-26 17:18:13 +0200
commit5ad792c3b4ee4d2cc558f320c0c26210e4fa31bf (patch)
treed32235ccf970302f9c2fff1817ddfb5dcf7b658f /common/changelog/model-oracle.xml
parent08998bc4e38c07222f0d995824d576a4b424ed6b (diff)
Add support for extra database info in primary key
Use that to handle Oracle sequence name and SQLite lax auto ids.
Diffstat (limited to 'common/changelog/model-oracle.xml')
-rw-r--r--common/changelog/model-oracle.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/changelog/model-oracle.xml b/common/changelog/model-oracle.xml
index 8b61d1c..bbe2660 100644
--- a/common/changelog/model-oracle.xml
+++ b/common/changelog/model-oracle.xml
@@ -7,7 +7,7 @@
<column name="v_y" type="NUMBER(10)" null="false"/>
<column name="o1_x" type="NUMBER(10)" null="true"/>
<column name="o1_y" type="NUMBER(10)" null="true"/>
- <primary-key auto="true">
+ <primary-key auto="true" sequence="object_seq">
<column name="id"/>
</primary-key>
<foreign-key name="object_o1_fk" deferrable="DEFERRED">