mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Update for pg - Internal changes for DB Migration / DDL generation #369
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user