Spiegel von
https://github.com/dani-garcia/vaultwarden.git
synchronisiert 2024-11-05 02:28:00 +01:00
8 Zeilen
176 B
MySQL
8 Zeilen
176 B
MySQL
|
ALTER TABLE users
|
||
|
ADD COLUMN
|
||
|
client_kdf_type INTEGER NOT NULL DEFAULT 0; -- PBKDF2
|
||
|
|
||
|
ALTER TABLE users
|
||
|
ADD COLUMN
|
||
|
client_kdf_iter INTEGER NOT NULL DEFAULT 5000;
|