0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-01-28 01:18:55 -05:00
vaultwarden/migrations/mysql/2020-07-01-214531_add_hide_passwords/up.sql

3 lines
88 B
MySQL
Raw Permalink Normal View History

ALTER TABLE users_collections
ADD COLUMN hide_passwords BOOLEAN NOT NULL DEFAULT FALSE;