0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-08 15:08:58 +02:00
bitwarden_rs/migrations/mysql/2020-07-01-214531_add_hide_passwords/up.sql

3 lines
88 B
SQL

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