mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-24 01:11:52 +03:00
4 lines
71 B
SQL
4 lines
71 B
SQL
DROP INDEX idx_users_disabled;
|
|
|
|
ALTER TABLE users
|
|
DROP COLUMN disabled; |