db migration 1.0.2, now stores and indexes date of content delivered to subscriber...
[websub-hub] / src / db / postgres / sql / topic-deleted.sql
1 --
2 UPDATE topic SET
3 content_updated = now(),
4 is_deleted = true
5 WHERE id = $(topicId)
6