mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-17 02:32:59 +03:00
2 lines
83 B
MySQL
2 lines
83 B
MySQL
|
|
ALTER TABLE users
|
||
|
|
ADD COLUMN IF NOT EXISTS disabled BOOLEAN DEFAULT FALSE NOT NULL;
|