X-Git-Url: http://git.squeep.com/?p=websub-hub;a=blobdiff_plain;f=src%2Fdb%2Fsqlite%2Fsql%2Ftopic-set-content.sql;h=81480c9779b331ca46a44ab8f088cc6ec7e7fa7d;hp=222d44855bfc7b6d781ccba49e2b87e7bbfceafd;hb=71efac9dcd7dc219cb83799391e7adc63cd4c662;hpb=8ac5b7115094d9044ee26a1a4e2334b5ff6ef40c diff --git a/src/db/sqlite/sql/topic-set-content.sql b/src/db/sqlite/sql/topic-set-content.sql index 222d448..81480c9 100644 --- a/src/db/sqlite/sql/topic-set-content.sql +++ b/src/db/sqlite/sql/topic-set-content.sql @@ -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