2
0
mirror of https://github.com/status-im/status-go.git synced 2025-03-02 15:41:08 +00:00
status-go/appdatabase/migrations/sql/1660134060_settings_bio.up.sql

2 lines
91 B
MySQL
Raw Normal View History

2022-08-05 13:22:35 +02:00
ALTER TABLE settings ADD COLUMN bio TEXT NOT NULL DEFAULT "";
UPDATE settings SET bio = "";