0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-08 06:58:59 +02:00
bitwarden_rs/migrations/postgresql/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;