aboutsummaryrefslogtreecommitdiff
path: root/schema/changelog-3.7-notmssql.xml
diff options
context:
space:
mode:
Diffstat (limited to 'schema/changelog-3.7-notmssql.xml')
-rw-r--r--schema/changelog-3.7-notmssql.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/schema/changelog-3.7-notmssql.xml b/schema/changelog-3.7-notmssql.xml
index a22703073..2478c4628 100644
--- a/schema/changelog-3.7-notmssql.xml
+++ b/schema/changelog-3.7-notmssql.xml
@@ -9,9 +9,9 @@
<changeSet author="author" id="changelog-3.7-notmssql">
<preConditions onFail="CONTINUE">
- <not>
- <dbms type="mssql" />
- </not>
+ <not>
+ <dbms type="mssql" />
+ </not>
</preConditions>
<addForeignKeyConstraint baseColumnNames="groupid" baseTableName="groups" constraintName="fk_group_group_groupid" onDelete="SET NULL" onUpdate="RESTRICT" referencedColumnNames="id" referencedTableName="groups"/>