mirror of
https://github.com/google/nomulus.git
synced 2025-06-27 06:44:51 +02: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:
parent
c69b409b30
commit
d4ab6fe90b
6 changed files with 19 additions and 32 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue