This commit is contained in:
parent
fbd5f28d54
commit
ad4963e5a0
@ -1,8 +1,11 @@
|
|||||||
--name: extract-entries
|
--name: extract-entries
|
||||||
SELECT key, value, updated FROM kv_vise
|
SELECT id, key, value, updated FROM kv_vise
|
||||||
WHERE updated > (SELECT last_sync FROM ussd_sync LIMIT 1)
|
WHERE updated > (SELECT last_sync FROM ussd_sync LIMIT 1)
|
||||||
ORDER BY updated DESC
|
ORDER BY updated DESC
|
||||||
|
|
||||||
--name: update-cursor
|
--name: update-cursor
|
||||||
-- $1: timestamp
|
-- $1: timestamp
|
||||||
UPDATE ussd_sync SET last_sync = ($1)
|
UPDATE ussd_sync SET last_sync = ($1)
|
||||||
|
|
||||||
|
-- 202b3235343732343934323039370013
|
||||||
|
-- 202b3235343731313030303132330013
|
Loading…
Reference in New Issue
Block a user