Spiegel von
https://github.com/dani-garcia/vaultwarden.git
synchronisiert 2024-11-04 02:18:00 +01:00
3 Zeilen
88 B
MySQL
3 Zeilen
88 B
MySQL
|
ALTER TABLE users_collections
|
||
|
ADD COLUMN hide_passwords BOOLEAN NOT NULL DEFAULT FALSE;
|