Spiegel von
https://github.com/dani-garcia/vaultwarden.git
synchronisiert 2025-01-08 11:55:42 +01:00
2 Zeilen
93 B
SQL
2 Zeilen
93 B
SQL
ALTER TABLE users_collections
|
|
ADD COLUMN hide_passwords BOOLEAN NOT NULL DEFAULT 0; -- FALSE
|