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:
parent
3fda539c46
commit
ffa8310d04
1 changed files with 2 additions and 0 deletions
|
@ -0,0 +1,2 @@
|
|||
drop table monthly_usages;
|
||||
drop table lifetime_usages;
|
Loading…
Add table
Add a link
Reference in a new issue