mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
abb2c7656a
* chore: add claims to oauth link in db for debug
6 lines
67 B
PL/PgSQL
6 lines
67 B
PL/PgSQL
BEGIN;
|
|
|
|
ALTER TABLE user_links DROP COLUMN debug_context;
|
|
|
|
COMMIT;
|