database migration 1.0.4, store topic fetch etag/last-modified, provide these when...
[websub-hub] / src / db / sqlite / sql / subscription-delivery-attempts.sql
1 --
2 SELECT delivery_attempts_since_success
3 FROM subscription
4 WHERE topic_id = :topicId AND callback = :callback
5