Merge branch 'v1.3-dev' as v1.3.11
[websub-hub] / src / db / postgres / sql / topic-content-fetch-done.sql
1 --
2 DELETE FROM topic_fetch_in_progress
3 WHERE id = $(topicId)