X-Git-Url: http://git.squeep.com/?p=websub-hub;a=blobdiff_plain;f=src%2Fdb%2Fsqlite%2Fsql%2Ftopic-get-by-id.sql;h=4c1affd243b44cf39a23ed311f45e7bd759be42e;hp=86ea7ed81341691eceda765c646c564a12256724;hb=76dd4f22c9798de72645d960e7603e6c73595199;hpb=71efac9dcd7dc219cb83799391e7adc63cd4c662 diff --git a/src/db/sqlite/sql/topic-get-by-id.sql b/src/db/sqlite/sql/topic-get-by-id.sql index 86ea7ed..4c1affd 100644 --- a/src/db/sqlite/sql/topic-get-by-id.sql +++ b/src/db/sqlite/sql/topic-get-by-id.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 id = :topicId