Small fix for upgrade ccm-cms 6.6.8 to 6.6.9

git-svn-id: https://svn.libreccm.org/ccm/trunk@2277 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2013-07-30 19:14:07 +00:00
parent 86df63062d
commit 09e4b24d8d
1 changed files with 2 additions and 2 deletions

View File

@ -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) {