mirror of
https://github.com/google/nomulus
synced 2026-09-19 14:34:18 +00:00
Remove Ofy support from Registry (#1688)
Also made some code quality changes based on IntelliJ suggestions on modified files.
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@
|
||||
SELECT b, r FROM BillingEvent b
|
||||
JOIN Registrar r ON b.clientId = r.clientIdentifier
|
||||
JOIN Domain d ON b.domainRepoId = d.repoId
|
||||
JOIN Tld t ON t.tldStrId = d.tld
|
||||
JOIN Tld t ON t.tldStr = d.tld
|
||||
LEFT JOIN BillingCancellation c ON b.id = c.refOneTime.billingId
|
||||
LEFT JOIN BillingCancellation cr ON b.cancellationMatchingBillingEvent = cr.refRecurring.billingId
|
||||
WHERE r.billingAccountMap IS NOT NULL
|
||||
|
||||
Reference in New Issue
Block a user