database migration 1.0.4, store topic fetch etag/last-modified, provide these when...
[websub-hub] / src / db / postgres / sql / authentication-success.sql
1 --
2 UPDATE authentication
3 SET last_authentication = now()
4 WHERE identifier = $(identifier)