mirror of
https://github.com/google/nomulus
synced 2026-03-27 12:55:28 +00:00
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 a follow-up to PR #1545.