content_fetch_attempts_since_success,
content_updated,
content_hash,
- content_type
+ content_type,
+ http_etag,
+ http_last_modified
FROM topic
WHERE id = $(topicId)
content_fetch_attempts_since_success,
content_updated,
content_hash,
- content_type
+ content_type,
+ http_etag,
+ http_last_modified
FROM topic
WHERE url = $(topicUrl)
content_fetch_attempts_since_success,
content_updated,
content_hash,
- content_type
+ content_type,
+ http_etag,
+ http_last_modified
FROM topic
WHERE id = :topicId
content_fetch_attempts_since_success,
content_updated,
content_hash,
- content_type
+ content_type,
+ http_etag,
+ http_last_modified
FROM topic
WHERE url = :topicUrl