mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2024-12-12 01:41:17 +01:00
3 lines
93 B
MySQL
3 lines
93 B
MySQL
|
ALTER TABLE users_collections
|
||
|
ADD COLUMN hide_passwords BOOLEAN NOT NULL DEFAULT 0; -- FALSE
|