mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
5 lines
226 B
MySQL
5 lines
226 B
MySQL
|
ALTER TABLE chats ADD COLUMN synced_to INTEGER DEFAULT 0;
|
||
|
ALTER TABLE chats ADD COLUMN synced_from INTEGER DEFAULT 0;
|
||
|
ALTER TABLE user_messages ADD COLUMN gap_from INTEGER;
|
||
|
ALTER TABLE user_messages ADD COLUMN gap_to INTEGER;
|