Merge branch 'v1.3-dev' as v1.3.11
[websub-hub] / src / db / postgres / sql / topic-attempts.sql
1 --
2 SELECT content_fetch_attempts_since_success
3 FROM topic
4 WHERE id = $(topicId)