Re-add the ":authenticator" property to insert_quasseluser.sql
authorBen Rosser <rosser.bjr@gmail.com>
Fri, 9 Sep 2016 06:29:06 +0000 (02:29 -0400)
committerBen Rosser <rosser.bjr@gmail.com>
Sat, 27 May 2017 18:01:06 +0000 (14:01 -0400)
This was removed during the rebase commits.

src/core/SQL/PostgreSQL/insert_quasseluser.sql
src/core/SQL/SQLite/insert_quasseluser.sql

index af85392..6f5c25d 100644 (file)
@@ -1,3 +1,3 @@
-INSERT INTO quasseluser (username, password, hashversion)
-VALUES (:username, :password, :hashversion)
+INSERT INTO quasseluser (username, password, hashversion, authenticator)
+VALUES (:username, :password, :hashversion, :authenticator)
 RETURNING userid
index 8a24419..038196a 100644 (file)
@@ -1,2 +1,2 @@
-INSERT INTO quasseluser (username, password, hashversion)
-VALUES (:username, :password, :hashversion)
\ No newline at end of file
+INSERT INTO quasseluser (username, password, hashversion, authenticator)
+VALUES (:username, :password, :hashversion, :authenticator)