mirror of
https://github.com/google/nomulus.git
synced 2025-05-12 22:38:16 +02:00
Add resave command for all HistoryEntries
This pattern will mainly be used for data migrations, i.e. updating all HistoryEntries' DomainTransactionRecords to the new schema. TESTED=Ran in alpha, the underlying data dropped non-Objectify fields as expected. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=168684356
This commit is contained in:
parent
07e5741cbb
commit
efd7010f9d
5 changed files with 176 additions and 0 deletions
|
@ -45,6 +45,7 @@ import google.registry.tools.server.ListTldsAction;
|
|||
import google.registry.tools.server.PollMapreduceAction;
|
||||
import google.registry.tools.server.RefreshDnsForAllDomainsAction;
|
||||
import google.registry.tools.server.ResaveAllEppResourcesAction;
|
||||
import google.registry.tools.server.ResaveAllHistoryEntriesAction;
|
||||
import google.registry.tools.server.ToolsServerModule;
|
||||
import google.registry.tools.server.UpdatePremiumListAction;
|
||||
import google.registry.tools.server.VerifyOteAction;
|
||||
|
@ -82,6 +83,7 @@ interface ToolsRequestComponent {
|
|||
PublishDetailReportAction publishDetailReportAction();
|
||||
RefreshDnsForAllDomainsAction refreshDnsForAllDomainsAction();
|
||||
ResaveAllEppResourcesAction resaveAllEppResourcesAction();
|
||||
ResaveAllHistoryEntriesAction resaveAllHistoryEntriesAction();
|
||||
RestoreCommitLogsAction restoreCommitLogsAction();
|
||||
UpdatePremiumListAction updatePremiumListAction();
|
||||
VerifyOteAction verifyOteAction();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue