mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-05-18 06:17:21 +00:00
2 lines
69 B
SQL
2 lines
69 B
SQL
ALTER TABLE users
|
|
ADD COLUMN disabled NUMERIC DEFAULT FALSE NOT NULL; |