Files
pocket-id-pocket-id/backend/resources/migrations/postgres/20250412000000_add_user_disabled_field.down.sql

4 lines
71 B
MySQL
Raw Normal View History

DROP INDEX idx_users_disabled;
ALTER TABLE users
DROP COLUMN disabled;