#12 - update feeds
This commit is contained in:
3
sql/queries/markFeeedFetched.sql
Normal file
3
sql/queries/markFeeedFetched.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- name: MarkFeedFetched :one
|
||||
UPDATE feeds SET last_fetched_at = CURRENT_TIMESTAMP, updated_at = CURRENT_TIMESTAMP WHERE id = $1
|
||||
RETURNING *;
|
||||
Reference in New Issue
Block a user