X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=src%2Fdb%2Fpostgres%2Fsql%2Ftopic-get-by-url.sql;h=13aa67c9373bf0c2f2b5c48aa44744ec18e80291;hb=76dd4f22c9798de72645d960e7603e6c73595199;hp=adc9ffbc47722e01ce054b9ec547ba6fb14818bc;hpb=9696c012e6b9a6c58904baa397ca0ebf78112316;p=websub-hub diff --git a/src/db/postgres/sql/topic-get-by-url.sql b/src/db/postgres/sql/topic-get-by-url.sql index adc9ffb..13aa67c 100644 --- a/src/db/postgres/sql/topic-get-by-url.sql +++ b/src/db/postgres/sql/topic-get-by-url.sql @@ -15,6 +15,8 @@ SELECT content_fetch_attempts_since_success, content_updated, content_hash, - content_type + content_type, + http_etag, + http_last_modified FROM topic WHERE url = $(topicUrl)