mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 06:12:55 +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 = "";
|