0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-01-07 01:00:08 -05: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;