1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-05-13 15:13:56 +00:00
vaultwarden/migrations/mysql/2020-11-30-224000_add_user_enabled/up.sql

1 line
65 B
SQL

ALTER TABLE users ADD COLUMN enabled BOOLEAN NOT NULL DEFAULT 1;