Initial release
[websub-hub] / src / db / sqlite / sql / topic-deleted.sql
1 --
2 UPDATE topic SET
3 content_updated = strftime('%s', 'now'),
4 is_deleted = true
5 WHERE id = :topicId
6