Merge branch 'v1.3-dev' as v1.3.11
[websub-hub] / src / db / sqlite / sql / topic-get-content-by-id.sql
1 -- topic including content
2 SELECT *
3 FROM topic
4 WHERE id = :topicId