crates/collab/migrations_llm/20250521211721_drop_monthly_and_lifetime_usages_tables.sql 🔗
@@ -0,0 +1,2 @@
+drop table monthly_usages;
+drop table lifetime_usages;
Marshall Bowers created
This PR drops the `monthly_usages` and `lifetime_usages` tables from the
LLM database, as they are no longer used.
Release Notes:
- N/A
crates/collab/migrations_llm/20250521211721_drop_monthly_and_lifetime_usages_tables.sql | 2
1 file changed, 2 insertions(+)
@@ -0,0 +1,2 @@
+drop table monthly_usages;
+drop table lifetime_usages;