d0f96e72123f8f41682f512bbf19812a550ba785
[websub-hub] / subscription-delete-expired.sql
1 --
2 DELETE FROM subscription
3 WHERE topic_id = $(topicId) AND expires < now()
4