mirror of
https://github.com/google/nomulus.git
synced 2025-07-31 23:16:31 +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
|
@ -19,4 +19,5 @@ PATH CLASS METHODS OK AUTH
|
|||
/_dr/task/pollMapreduce PollMapreduceAction POST n INTERNAL APP IGNORED
|
||||
/_dr/task/refreshDnsForAllDomains RefreshDnsForAllDomainsAction GET n INTERNAL,API APP ADMIN
|
||||
/_dr/task/resaveAllEppResources ResaveAllEppResourcesAction GET n INTERNAL,API APP ADMIN
|
||||
/_dr/task/resaveAllHistoryEntries ResaveAllHistoryEntriesAction GET n INTERNAL,API APP ADMIN
|
||||
/_dr/task/restoreCommitLogs RestoreCommitLogsAction POST y INTERNAL,API APP ADMIN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue