database migration 1.0.4, store topic fetch etag/last-modified, provide these when...
[websub-hub] / src / db / postgres / sql / topic-delete-by-id.sql
1 --
2 DELETE FROM topic
3 WHERE id = $(topicId)
4