mirror of
https://github.com/status-im/status-go.git
synced 2025-02-07 04:13:56 +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 = ""; |