0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-02-04 01:28:48 -05:00
vaultwarden/migrations/mysql/2020-11-30-224000_add_user_enabled/up.sql

2 lines
65 B
MySQL
Raw Normal View History

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