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