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:
@@ -25,7 +25,7 @@ public class TestEmbeddedRefreshUpdate extends BaseTestCase {
|
||||
|
||||
Ebean.save(outer);
|
||||
|
||||
EEmbOuter loaded = Ebean.find(EEmbOuter.class).findUnique();
|
||||
EEmbOuter loaded = Ebean.find(EEmbOuter.class).where().idEq(outer.getId()).findUnique();
|
||||
|
||||
// if commented Ebean saves correctly
|
||||
Ebean.refresh(loaded);
|
||||
|
||||
Reference in New Issue
Block a user