mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 06:12:55 +00:00
3 lines
110 B
SQL
3 lines
110 B
SQL
ALTER TABLE accounts ADD COLUMN derived_from TEXT NOT NULL DEFAULT "";
|
|
UPDATE accounts SET derived_from = "";
|