mirror of
https://github.com/google/nomulus.git
synced 2025-07-06 11:13:35 +02:00
Change clientId to registrarId to resolve the bug wrt the mismatch of the variable names (#692)
This commit is contained in:
parent
03d02ab299
commit
a22998e1bc
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