initial commit
[squeep-indie-auther] / src / db / postgres / sql / authentication-success.sql
diff --git a/src/db/postgres/sql/authentication-success.sql b/src/db/postgres/sql/authentication-success.sql
new file mode 100644 (file)
index 0000000..81983ea
--- /dev/null
@@ -0,0 +1,4 @@
+--
+UPDATE authentication
+       SET last_authentication = now()
+       WHERE identifier = $(identifier)