Change clientId to registrarId to resolve the bug wrt the mismatch of the variable names (#692)

This commit is contained in:
Legina Chen 2020-07-15 11:03:52 -07:00 committed by GitHub
parent e8a7a91afc
commit 11eeda4233

View file

@ -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