2 lines
105 B
MySQL
2 lines
105 B
MySQL
|
UPDATE chats SET synced_to = strftime('%s', 'now') - 86400, synced_from = strftime('%s', 'now') - 86400;
|