expired subscriptions and deleted topics with no subscribers are now removed from...
[websub-hub] / src / db / postgres / sql / subscription-delete-expired.sql
1 --
2 DELETE FROM subscription
3 WHERE topic_id = $(topicId) AND expires < now()
4