db migration 1.0.2, now stores and indexes date of content delivered to subscriber...
[websub-hub] / src / db / postgres / sql / subscription-delete.sql
1 --
2 DELETE FROM subscription
3 WHERE topic_id = $(topicId) AND callback = $(callback)