mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-07 23:03:19 -04:00
2 lines
93 B
MySQL
2 lines
93 B
MySQL
|
|
ALTER TABLE users_collections
|
||
|
|
ADD COLUMN hide_passwords BOOLEAN NOT NULL DEFAULT 0; -- FALSE
|