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 21:55:48 +00:00
committed by GitHub
parent 3fda539c46
commit ffa8310d04
@@ -0,0 +1,2 @@
drop table monthly_usages;
drop table lifetime_usages;