81983eaa6890b393cf2f7e2073754164a53cd29c
[squeep-indie-auther] / src / db / postgres / sql / authentication-success.sql
1 --
2 UPDATE authentication
3 SET last_authentication = now()
4 WHERE identifier = $(identifier)