X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=src%2Fdb%2Fsqlite%2Fsql%2Ftopic-set-content.sql;h=81480c9779b331ca46a44ab8f088cc6ec7e7fa7d;hb=HEAD;hp=222d44855bfc7b6d781ccba49e2b87e7bbfceafd;hpb=9696c012e6b9a6c58904baa397ca0ebf78112316;p=websub-hub 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