mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
4926410146
External auth refresh errors lose the original error thrown on the first refresh. This PR saves that error to the database to be raised on subsequent refresh attempts
4 lines
76 B
SQL
4 lines
76 B
SQL
ALTER TABLE external_auth_links
|
|
DROP COLUMN oauth_refresh_failure_reason
|
|
;
|