aboutsummaryrefslogtreecommitdiff
path: root/common/changelog/model-mysql.xml
diff options
context:
space:
mode:
Diffstat (limited to 'common/changelog/model-mysql.xml')
-rw-r--r--common/changelog/model-mysql.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/changelog/model-mysql.xml b/common/changelog/model-mysql.xml
index ed46ebe..a6a811a 100644
--- a/common/changelog/model-mysql.xml
+++ b/common/changelog/model-mysql.xml
@@ -10,7 +10,7 @@
<primary-key auto="true">
<column name="id"/>
</primary-key>
- <foreign-key name="object_o1_fk" deferred="true">
+ <foreign-key name="object_o1_fk" deferrable="DEFERRED">
<column name="o1_x"/>
<column name="o1_y"/>
<references table="object1">