ente/server/migrations/15_update_subscriptions.down.sql

6 lines
178 B
MySQL
Raw Permalink Normal View History

2024-03-01 08:07:01 +00:00
ALTER TABLE subscriptions
DROP COLUMN attributes,
DROP CONSTRAINT subscription_user_id_unique_constraint_index,
ALTER COLUMN latest_verification_data SET NOT NULL;