Skip to content

Commit

Permalink
Removing javax.persistence.schema-generation.scripts.action property,…
Browse files Browse the repository at this point in the history
… since it requires a DDL script
  • Loading branch information
gastaldi committed Dec 4, 2013
1 parent f8eb42d commit 809972b
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -48,8 +48,6 @@ public PersistenceUnitCommon configure(PersistenceUnitCommon unit, JPADataSource
{
PropertiesCommon properties = unit.getOrCreateProperties();
properties.createProperty().name("javax.persistence.schema-generation.database.action").value("create");
properties.createProperty().name("javax.persistence.schema-generation.scripts.action")
.value("drop-and-create");
}
return unit;
}
Expand Down

0 comments on commit 809972b

Please sign in to comment.