collab: Drop billing_events table (#31131)

This PR drops the `billing_events` table, as we're no longer using it.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-05-21 18:43:46 -04:00 committed by GitHub
parent 8742d4ab90
commit eb35d25a7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1 @@
drop table billing_events;