mirror of
https://github.com/google/nomulus.git
synced 2025-07-07 19:53:30 +02:00
Change clientId to registrarId to resolve the bug wrt the mismatch of the variable names (#692)
This commit is contained in:
parent
e8a7a91afc
commit
11eeda4233
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
SELECT
|
||||
domain.fullyQualifiedDomainName AS domainName,
|
||||
domain.__key__.name AS domainRepoId,
|
||||
registrar.clientId AS clientId,
|
||||
registrar.clientId AS registrarId,
|
||||
COALESCE(registrar.emailAddress, '') AS registrarEmailAddress
|
||||
FROM ( (
|
||||
SELECT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue