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:
Mark Struberg 2015-06-02 17:54:52 +00:00
parent b62c0c6ce0
commit e918d4d0e5
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@ public class SchemaTool {
throws SQLException {
SchemaGroup group = new SchemaGroup();
group.addSchema();
buildSchema(group, assertSchemaGroup(), false);
buildSchema(group, assertSchemaGroup(), true);
}
/**