updatesssssssssss
This commit is contained in:
parent
0435c1ea95
commit
800dbb2c7b
2 changed files with 3 additions and 1 deletions
|
@ -178,3 +178,5 @@ Sent 159801 tagging events.
|
||||||
#+end_example
|
#+end_example
|
||||||
|
|
||||||
Success.
|
Success.
|
||||||
|
|
||||||
|
.... #&$*(@&#. UTC. Missed the last five hours of events that need replaying.
|
||||||
|
|
|
@ -38,7 +38,7 @@ def subscribers() -> typing.Iterable[UnmappedSubscriber]:
|
||||||
JOIN list.subscribers AS subs ON (tags.subscriber_id = subs.id)
|
JOIN list.subscribers AS subs ON (tags.subscriber_id = subs.id)
|
||||||
JOIN accounts ON (accounts.a_id = subs.account_id)
|
JOIN accounts ON (accounts.a_id = subs.account_id)
|
||||||
JOIN autoresponders AS lists ON (lists.a_serv_id = subs.list_id)
|
JOIN autoresponders AS lists ON (lists.a_serv_id = subs.list_id)
|
||||||
WHERE tags.subscriber_id BETWEEN 3791680047 AND 3791972436
|
WHERE tags.subscriber_id BETWEEN 3791972436 AND 3792059147
|
||||||
AND tags != '{}'
|
AND tags != '{}'
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue