mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
4 lines
191 B
SQL
4 lines
191 B
SQL
ALTER TABLE user_links RENAME COLUMN debug_context TO claims;
|
|
|
|
COMMENT ON COLUMN user_links.claims IS 'Claims from the IDP for the linked user. Includes both id_token and userinfo claims. ';
|