database migration 1.0.4, store topic fetch etag/last-modified, provide these when...
[websub-hub] / src / db / postgres / sql / topic-set-content.sql
index c14258b5f28080a75f27f47a5de080edaa6d0881..464410c1a89f7f758b2435127f3fae0d26fbe88c 100644 (file)
@@ -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)