expired subscriptions and deleted topics with no subscribers are now removed from...
[websub-hub] / src / db / sqlite / sql / topic-content-fetch-needed.sql
1 -- claim some topics needing their contents fetched
2 SELECT id
3 FROM topic_fetch_needed
4 LIMIT :wanted