mirror of
https://github.com/ente-io/ente.git
synced 2025-05-24 03:59:22 +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;
|