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