11 lines
341 B
SQL
11 lines
341 B
SQL
-- Drop Grace Period Status table
|
|
DROP TABLE IF EXISTS billing_grace_periods;
|
|
|
|
-- Drop Billing Notification Preferences table
|
|
DROP TABLE IF EXISTS billing_notification_preferences;
|
|
|
|
-- Drop Billing Alert History table
|
|
DROP TABLE IF EXISTS billing_alert_history;
|
|
|
|
-- Drop Billing Usage Alerts table
|
|
DROP TABLE IF EXISTS billing_usage_alerts;
|