database migration 1.0.4, store topic fetch etag/last-modified, provide these when...
[websub-hub] / src / db / sqlite / sql / verification-get-by-id.sql
1 --
2 SELECT *
3 FROM verification
4 WHERE id = :verificationId
5