update dependencies, fixes to support new authentication features
[websub-hub] / src / db / sqlite / sql / subscription-delete.sql
1 --
2 DELETE FROM subscription
3 WHERE topic_id = :topicId AND callback = :callback