database migration 1.0.4, store topic fetch etag/last-modified, provide these when...
[websub-hub] / src / db / sqlite / sql / subscriptions-by-topic-id.sql
1 SELECT *
2 FROM subscription
3 WHERE topic_id = :topicId
4 AND expires > strftime('%s', 'now')