mirror of
https://github.com/google/nomulus
synced 2026-01-08 07:11:44 +00:00
Create pipeline to save synthetic DomainHistory objects (#1795)
This runs over all domains that weren't deleted as of September 5. This will fix most of b/248112997, which is itself caused by b/245940594 -- creating synthetic history objects means that the RDE pipeline will look at those instead of the potentially-no-longer-valid data in the old history objects.
This commit is contained in:
@@ -707,6 +707,10 @@ createToolTask(
|
||||
createToolTask(
|
||||
'jpaDemoPipeline', 'google.registry.beam.common.JpaDemoPipeline')
|
||||
|
||||
createToolTask(
|
||||
'createSyntheticDomainHistories',
|
||||
'google.registry.tools.javascrap.CreateSyntheticDomainHistoriesPipeline')
|
||||
|
||||
project.tasks.create('generateSqlSchema', JavaExec) {
|
||||
classpath = sourceSets.nonprod.runtimeClasspath
|
||||
main = 'google.registry.tools.DevTool'
|
||||
|
||||
Reference in New Issue
Block a user