Merge branch 'v1.3-dev' as v1.3.11
[websub-hub] / src / db / postgres / sql / topic-set-content-history.sql
1 --
2 INSERT INTO topic_content_history
3 (topic_id, content_size, content_hash)
4 VALUES
5 ($(topicId), $(contentSize), $(contentHash))