mirror of
https://github.com/status-im/status-go.git
synced 2025-02-18 01:37:22 +00:00
3 lines
96 B
SQL
3 lines
96 B
SQL
ALTER TABLE accounts ADD COLUMN emoji TEXT NOT NULL DEFAULT "";
|
|
UPDATE accounts SET emoji = "";
|