mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
3 lines
115 B
SQL
3 lines
115 B
SQL
ALTER TABLE accounts ADD COLUMN kdfIterations INT NOT NULL DEFAULT 3200;
|
|
UPDATE accounts SET kdfIterations = 3200;
|