db migration 1.0.2, now stores and indexes date of content delivered to subscriber...
[websub-hub] / src / db / sqlite / sql / subscription-update.sql
1 --
2 UPDATE subscription
3 SET
4 signature_algorithm = :signatureAlgorithm
5 WHERE
6 id = :subscriptionId
7