expired subscriptions and deleted topics with no subscribers are now removed from...
[websub-hub] / src / db / sqlite / sql / subscription-delete-expired.sql
1 --
2 DELETE FROM subscription
3 WHERE topic_id = :topicId AND expires < strftime('%s', 'now')