Merge branch 'v1.3-dev'
[websub-hub] / sql / subscription-delete-expired.sql
1 --
2 DELETE FROM subscription
3 WHERE topic_id = :topicId AND expires < strftime('%s', 'now')