mirror of
https://github.com/coder/coder.git
synced 2025-07-18 14:17:22 +00:00
feat: allow storing extra oauth token properties in the database (#10152)
This commit is contained in:
@ -0,0 +1 @@
|
||||
ALTER TABLE external_auth_links DROP COLUMN "oauth_extra";
|
@ -0,0 +1 @@
|
||||
ALTER TABLE external_auth_links ADD COLUMN "oauth_extra" jsonb;
|
Reference in New Issue
Block a user