database migration 1.0.4, store topic fetch etag/last-modified, provide these when...
[websub-hub] / src / db / postgres / sql / subscription-update.sql
1 --
2 UPDATE subscription
3 SET
4 signature_algorithm = $(signatureAlgorithm)
5 WHERE
6 id = $(subscriptionId)
7