mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
4 lines
186 B
SQL
4 lines
186 B
SQL
ALTER TABLE user_links RENAME COLUMN claims TO debug_context;
|
|
|
|
COMMENT ON COLUMN user_links.debug_context IS 'Debug information includes information like id_token and userinfo claims.';
|