status-go/protocol/migrations/sqlite/1622464519_add_chat_descrip...

3 lines
93 B
MySQL
Raw Permalink Normal View History

ALTER TABLE chats ADD COLUMN description TEXT DEFAULT "";
UPDATE chats SET description = "";