update depedencies, changes to support updated authentication-module
[squeep-indie-auther] / src / db / sqlite / sql / authentication-update-otp-key.sql
diff --git a/src/db/sqlite/sql/authentication-update-otp-key.sql b/src/db/sqlite/sql/authentication-update-otp-key.sql
new file mode 100644 (file)
index 0000000..7fcc669
--- /dev/null
@@ -0,0 +1,4 @@
+--
+UPDATE authentication
+       SET otp_key = :otpKey
+       WHERE identifier = :identifier