new sql for updating the refresh token

pull/39/head
Chris Veilleux 2019-02-01 00:33:49 -06:00
parent b733f68d7f
commit 1085c6ead7
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
UPDATE
account.account
SET
refresh_token = %(refresh_token)s
WHERE
id = %(account_id)s