Initial release
[websub-hub] / src / db / postgres / sql / topic-attempts.sql
1 --
2 SELECT content_fetch_attempts_since_success
3 FROM topic
4 WHERE id = $(topicId)