mirror of
https://github.com/status-im/status-go.git
synced 2025-01-12 07:35:02 +00:00
3 lines
115 B
MySQL
3 lines
115 B
MySQL
|
ALTER TABLE accounts ADD COLUMN kdfIterations INT NOT NULL DEFAULT 3200;
|
||
|
UPDATE accounts SET kdfIterations = 3200;
|