mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 06:12:55 +00:00
5 lines
226 B
SQL
5 lines
226 B
SQL
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;
|