mirror of
https://github.com/google/nomulus.git
synced 2025-05-19 02:39:34 +02:00
Add command to re-save all environment entities
This is the tool we'll run after dumping everything in sandbox except for Registrars, Registries, and RegistrarContacts, in order to re-create the commit logs on said entities. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=119369873
This commit is contained in:
parent
4b15d49f52
commit
c880a042a7
4 changed files with 145 additions and 1 deletions
|
@ -62,6 +62,7 @@ public final class RegistryTool {
|
|||
.put("load_snapshot", LoadSnapshotCommand.class)
|
||||
.put("make_billing_tables", MakeBillingTablesCommand.class)
|
||||
.put("pending_escrow", PendingEscrowCommand.class)
|
||||
.put("resave_environment_entities", ResaveEnvironmentEntitiesCommand.class)
|
||||
.put("send_escrow_report_to_icann", SendEscrowReportToIcannCommand.class)
|
||||
.put("update_application_status", UpdateApplicationStatusCommand.class)
|
||||
.put("update_claims_notice", UpdateClaimsNoticeCommand.class)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue