This comma is actually important
This commit is contained in:
parent
823b679232
commit
daadcf36c0
|
@ -103,7 +103,7 @@ class RegistrationStore(SQLBaseStore):
|
||||||
if was_guest:
|
if was_guest:
|
||||||
txn.execute("UPDATE users SET"
|
txn.execute("UPDATE users SET"
|
||||||
" password_hash = ?,"
|
" password_hash = ?,"
|
||||||
" upgrade_ts = ?"
|
" upgrade_ts = ?,"
|
||||||
" is_guest = ?"
|
" is_guest = ?"
|
||||||
" WHERE name = ?",
|
" WHERE name = ?",
|
||||||
[password_hash, now, make_guest, user_id])
|
[password_hash, now, make_guest, user_id])
|
||||||
|
|
Loading…
Reference in New Issue