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