mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 06:12:55 +00:00
10becb4902
The previous migration was added but not as the last one, resulting in being skipped on client who had already migrated
3 lines
93 B
SQL
3 lines
93 B
SQL
ALTER TABLE chats ADD COLUMN description TEXT DEFAULT "";
|
|
UPDATE chats SET description = "";
|