diff --git a/ccm-cms/src/com/arsdigita/cms/upgrade/RelationAttributeACSObject.java b/ccm-cms/src/com/arsdigita/cms/upgrade/RelationAttributeACSObject.java index 5533a3573..57902d2c5 100644 --- a/ccm-cms/src/com/arsdigita/cms/upgrade/RelationAttributeACSObject.java +++ b/ccm-cms/src/com/arsdigita/cms/upgrade/RelationAttributeACSObject.java @@ -73,7 +73,7 @@ public class RelationAttributeACSObject extends Program { stmt.addBatch("ALTER TABLE ONLY cms_relation_attribute " + "ADD CONSTRAINT cms_rela_attrib_obj_id_f_23qc3 FOREIGN KEY (object_id) REFERENCES acs_objects(object_id);"); - stmt.executeBatch(); + stmt.executeBatch(); close(connection); @@ -90,7 +90,7 @@ public class RelationAttributeACSObject extends Program { } - }; + }.excurse(); } private void createRelationAttribute(final RelationAttributeEntry entry) {