database migration 1.0.4, store topic fetch etag/last-modified, provide these when...
[websub-hub] / src / db / postgres / sql / subscription-get.sql
1 --
2 SELECT * FROM subscription
3 WHERE callback = $(callback) AND topic_id = $(topicId)
4