mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-03-09 19:20:10 -04:00
3 lines
88 B
MySQL
3 lines
88 B
MySQL
|
ALTER TABLE users_collections
|
||
|
ADD COLUMN hide_passwords BOOLEAN NOT NULL DEFAULT FALSE;
|