1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-07-17 01:31:13 +00:00
vaultwarden/migrations/postgresql/2020-11-30-224000_add_user_enabled/up.sql

1 line
68 B
SQL

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