mirror of
https://github.com/status-im/status-go.git
synced 2025-01-10 22:56:40 +00:00
3 lines
110 B
MySQL
3 lines
110 B
MySQL
|
ALTER TABLE accounts ADD COLUMN derived_from TEXT NOT NULL DEFAULT "";
|
||
|
UPDATE accounts SET derived_from = "";
|