mirror of
https://github.com/status-im/status-go.git
synced 2025-02-09 13:24:49 +00:00
2 lines
91 B
SQL
2 lines
91 B
SQL
ALTER TABLE settings ADD COLUMN bio TEXT NOT NULL DEFAULT "";
|
|
UPDATE settings SET bio = ""; |