X-Git-Url: http://git.squeep.com/?p=websub-hub;a=blobdiff_plain;f=src%2Fdb%2Fpostgres%2Fsql%2Ftopic-set-content.sql;h=464410c1a89f7f758b2435127f3fae0d26fbe88c;hp=c14258b5f28080a75f27f47a5de080edaa6d0881;hb=71efac9dcd7dc219cb83799391e7adc63cd4c662;hpb=8ac5b7115094d9044ee26a1a4e2334b5ff6ef40c diff --git a/src/db/postgres/sql/topic-set-content.sql b/src/db/postgres/sql/topic-set-content.sql index c14258b..464410c 100644 --- a/src/db/postgres/sql/topic-set-content.sql +++ b/src/db/postgres/sql/topic-set-content.sql @@ -5,5 +5,7 @@ SET content_updated = now(), content = $(content), content_hash = $(contentHash), - content_type = $(contentType) + content_type = $(contentType), + http_etag = $(httpETag), + http_last_modified = $(httpLastModified) WHERE id = $(topicId)