update depedencies, changes to support updated authentication-module
[squeep-indie-auther] / src / db / postgres / sql / authentication-update-credential.sql
diff --git a/src/db/postgres/sql/authentication-update-credential.sql b/src/db/postgres/sql/authentication-update-credential.sql
new file mode 100644 (file)
index 0000000..3ae68d3
--- /dev/null
@@ -0,0 +1,4 @@
+--
+UPDATE authentication
+       SET credential = $(credential)
+       WHERE identifier = $(identifier)