Merge branch 'v1.1-dev' as v1.1.0
[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