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:
Lai Jiang 2022-12-08 20:38:57 -05:00 committed by GitHub
parent 88e3b5da94
commit e93a015451
10 changed files with 5 additions and 37 deletions

View file

@ -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(
() ->