collab: Drop monthly_usages and lifetime_usages tables (#31124)

This PR drops the `monthly_usages` and `lifetime_usages` tables from the
LLM database, as they are no longer used.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-05-21 17:55:48 -04:00 committed by GitHub
parent 3fda539c46
commit ffa8310d04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
drop table monthly_usages;
drop table lifetime_usages;