new sql for updating the refresh token
parent
b733f68d7f
commit
1085c6ead7
|
@ -0,0 +1,6 @@
|
|||
UPDATE
|
||||
account.account
|
||||
SET
|
||||
refresh_token = %(refresh_token)s
|
||||
WHERE
|
||||
id = %(account_id)s
|
Loading…
Reference in New Issue