mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2024-11-18 19:25:12 +00:00
2 lines
68 B
MySQL
2 lines
68 B
MySQL
|
ALTER TABLE users ADD COLUMN enabled BOOLEAN NOT NULL DEFAULT true;
|