mirror of
https://github.com/ente-io/ente.git
synced 2025-05-25 20:33:55 +00:00
6 lines
178 B
SQL
6 lines
178 B
SQL
ALTER TABLE subscriptions
|
|
DROP COLUMN attributes,
|
|
DROP CONSTRAINT subscription_user_id_unique_constraint_index,
|
|
ALTER COLUMN latest_verification_data SET NOT NULL;
|
|
|