X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=src%2Fdb%2Fpostgres%2Fsql%2Ftopic-set-content-history.sql;fp=src%2Fdb%2Fpostgres%2Fsql%2Ftopic-set-content-history.sql;h=d24f8447628ff40289be40ee1a168df636f9d166;hb=f793d88a96b9495172f5dd0c342f2036c902902d;hp=0000000000000000000000000000000000000000;hpb=f97144a77f0ee18efa4b5f0290d030baa2757044;p=websub-hub diff --git a/src/db/postgres/sql/topic-set-content-history.sql b/src/db/postgres/sql/topic-set-content-history.sql new file mode 100644 index 0000000..d24f844 --- /dev/null +++ b/src/db/postgres/sql/topic-set-content-history.sql @@ -0,0 +1,5 @@ +-- +INSERT INTO topic_content_history + (topic_id, content_size, content_hash) +VALUES + ($(topicId), $(contentSize), $(contentHash))