database migration 1.0.4, store topic fetch etag/last-modified, provide these when...
[websub-hub] / src / db / sqlite / sql / topic-set-content.sql
index 222d44855bfc7b6d781ccba49e2b87e7bbfceafd..81480c9779b331ca46a44ab8f088cc6ec7e7fa7d 100644 (file)
@@ -5,5 +5,7 @@ SET
        content_updated = strftime('%s', 'now'),
        content = :content,
        content_hash = :contentHash,
-       content_type = :contentType
+       content_type = :contentType,
+       http_etag = :httpETag,
+       http_last_modified = :httpLastModified
 WHERE id = :topicId