mirror of
https://github.com/status-im/status-go.git
synced 2025-01-30 08:26:54 +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 = "";
|