github.com/status-im/status-go@v1.1.0/protocol/migrations/sqlite/1662106895_add_chat_first_message_timestamp.up.sql (about)

     1  ALTER TABLE chats ADD COLUMN first_message_timestamp INT DEFAULT 0;
     2  UPDATE chats SET first_message_timestamp = 0;