aboutsummaryrefslogtreecommitdiff
path: root/common/changelog/drop-index-oracle-patch.xml
diff options
context:
space:
mode:
Diffstat (limited to 'common/changelog/drop-index-oracle-patch.xml')
-rw-r--r--common/changelog/drop-index-oracle-patch.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/changelog/drop-index-oracle-patch.xml b/common/changelog/drop-index-oracle-patch.xml
index 2d864a6..b934c83 100644
--- a/common/changelog/drop-index-oracle-patch.xml
+++ b/common/changelog/drop-index-oracle-patch.xml
@@ -3,7 +3,7 @@
<table name="object">
<column name="id" type="NUMBER(10)" null="false"/>
<column name="num" type="NUMBER(10)" null="false"/>
- <primary-key auto="true">
+ <primary-key auto="true" sequence="object_seq">
<column name="id"/>
</primary-key>
</table>