Merge branch 'v1.2-dev' as v1.2.0
[websub-hub] / src / db / postgres / sql / subscription-delete-expired.sql
1 --
2 DELETE FROM subscription
3 WHERE topic_id = $(topicId) AND expires < now()
4