mirror of
https://github.com/google/nomulus
synced 2026-02-09 14:30:33 +00:00
* Add domainRepoId indexes to billing events #1544 The query analyzer identified this is a missing index on the BillingEvent table, and I added it for recurrences and cancellations as well as it's likely to be a problem for them too. "Give me all the billing events associated with a given domain by its repo ID" seems like a pretty common use case for the DB (and does appear to be used by our invoicing pipeline). This is the first of two PRs that makes just the DB changes. The second PR (#1544) will add the Java code changes, and will be committed after this one is deployed.