status-go/protocol/migrations/sqlite/1622464518_set_synced_to_from.up.sql
2021-06-01 12:59:52 +02:00

2 lines
105 B
SQL

UPDATE chats SET synced_to = strftime('%s', 'now') - 86400, synced_from = strftime('%s', 'now') - 86400;