Merge branch 'v1.3-dev' as v1.3.11
[websub-hub] / src / db / postgres / sql / subscription-delivery-attempts.sql
1 --
2 SELECT delivery_attempts_since_success
3 FROM subscription
4 WHERE topic_id = $(topicId) AND callback = $(callback)
5