status-go/protocol/migrations/sqlite/1622464518_set_synced_to_fr...

2 lines
105 B
MySQL
Raw Normal View History

2021-05-31 12:42:38 +00:00
UPDATE chats SET synced_to = strftime('%s', 'now') - 86400, synced_from = strftime('%s', 'now') - 86400;