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