#12 - update feeds
This commit is contained in:
2
sql/queries/getNextFeedToFetch.sql
Normal file
2
sql/queries/getNextFeedToFetch.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- name: GetNextFeedToFetch :one
|
||||
SELECT * FROM feeds ORDER BY last_fetched_at NULLS FIRST LIMIT 1;
|
||||
Reference in New Issue
Block a user