mirror of https://github.com/apache/openjpa.git
OPENJPA-2581 we need to switch back to going to the DB otherwise we don't get FKs generated
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1683151 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b62c0c6ce0
commit
e918d4d0e5
|
@ -426,7 +426,7 @@ public class SchemaTool {
|
|||
throws SQLException {
|
||||
SchemaGroup group = new SchemaGroup();
|
||||
group.addSchema();
|
||||
buildSchema(group, assertSchemaGroup(), false);
|
||||
buildSchema(group, assertSchemaGroup(), true);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue