mirror of
https://github.com/ente-io/ente.git
synced 2025-06-25 11:32:00 +00:00
7 lines
175 B
SQL
7 lines
175 B
SQL
ALTER TABLE subscriptions
|
|
DROP COLUMN product_id,
|
|
DROP COLUMN payment_provider,
|
|
DROP COLUMN latest_verification_data;
|
|
|
|
DROP INDEX subscriptions_expiry_time_index;
|