0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-09 23:48:56 +02:00
bitwarden_rs/migrations/sqlite/2020-07-01-214531_add_hide_passwords/up.sql

3 lines
93 B
SQL

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