mirror of
https://github.com/google/nomulus.git
synced 2025-07-06 19:23:31 +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
|
SELECT
|
||||||
domain.fullyQualifiedDomainName AS domainName,
|
domain.fullyQualifiedDomainName AS domainName,
|
||||||
domain.__key__.name AS domainRepoId,
|
domain.__key__.name AS domainRepoId,
|
||||||
registrar.clientId AS clientId,
|
registrar.clientId AS registrarId,
|
||||||
COALESCE(registrar.emailAddress, '') AS registrarEmailAddress
|
COALESCE(registrar.emailAddress, '') AS registrarEmailAddress
|
||||||
FROM ( (
|
FROM ( (
|
||||||
SELECT
|
SELECT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue