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