mirror of
https://github.com/google/nomulus
synced 2026-02-08 05:50:24 +00:00
Update activity reports to comply with agreement changes
This removes the ramp-up and pre-ramp-up registrar fields, and lists 'CZDS' as the zfa-passwords field, in accordance to the registry agreement changes listed on the associated bug. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=170337426
This commit is contained in:
@@ -76,8 +76,8 @@ public final class ActivityReportingQueryBuilder implements QueryBuilder {
|
||||
String operationalRegistrarsQuery =
|
||||
SqlTemplate.create(getQueryFromFile("registrar_operating_status.sql"))
|
||||
.put("PROJECT_ID", projectId)
|
||||
.put("REGISTRAR_DATA_SET", "registrar_data")
|
||||
.put("REGISTRAR_STATUS_TABLE", "registrar_status")
|
||||
.put("DATASTORE_EXPORT_DATA_SET", DATASTORE_EXPORT_DATA_SET)
|
||||
.put("REGISTRAR_TABLE", "Registrar")
|
||||
.build();
|
||||
queriesBuilder.put(getTableName(REGISTRAR_OPERATING_STATUS), operationalRegistrarsQuery);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user