Update for pg - Internal changes for DB Migration / DDL generation #369

This commit is contained in:
Robin Bygrave
2015-08-05 20:59:09 +12:00
parent 22407506ff
commit 689d201b04
92 changed files with 2976 additions and 661 deletions
@@ -18,6 +18,9 @@ public class TestBatchLazyWithDeleted extends BaseTestCase {
@Test
public void testOnDeleted() {
Ebean.deleteAll(Ebean.find(UUTwo.class).findList());
Ebean.deleteAll(Ebean.find(UUOne.class).findList());
UUOne oneA = new UUOne();
oneA.setName("oneA");