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