collab: Drop legacy subscription usage and meter tables (#29876)
This PR adds a migration to drop the `subscription_usages` and `subscription_usage_meters` tables from the database. We're now using `subscription_usages_v2` and `subscription_usage_meters_v2` everywhere. Release Notes: - N/A
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
drop table subscription_usage_meters;
|
||||
drop table subscription_usages;
|
||||
Reference in New Issue
Block a user