mirror of
https://github.com/google/nomulus.git
synced 2025-08-18 07:24:05 +02:00
Remove the mention of ofy in most places (#1872)
There are still some mentions of ofy after this PR, but mostly in places that would need to be modified later anyway.
This commit is contained in:
parent
88e3b5da94
commit
e93a015451
10 changed files with 5 additions and 37 deletions
|
@ -45,7 +45,6 @@ public class SetDatabaseMigrationStateCommandTest
|
|||
assertThat(jpaTm().transact(() -> jpaTm().loadSingleton(DatabaseMigrationStateSchedule.class)))
|
||||
.isEmpty();
|
||||
runCommandForced("--migration_schedule=1970-01-01T00:00:00.000Z=DATASTORE_ONLY");
|
||||
// use a raw ofy call to check what's in the DB
|
||||
jpaTm()
|
||||
.transact(
|
||||
() ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue