ente/server/migrations/4_update_subscriptions_schema.down.sql

7 lines
175 B
MySQL
Raw Permalink Normal View History

2024-03-01 08:07:01 +00:00
ALTER TABLE subscriptions
DROP COLUMN product_id,
DROP COLUMN payment_provider,
DROP COLUMN latest_verification_data;
DROP INDEX subscriptions_expiry_time_index;