Files
coder/coderd/database/migrations/000171_oidc_debug_claims.down.sql
T
Steven Masley abb2c7656a chore: add claims to oauth link in db for debug (#10827)
* chore: add claims to oauth link in db for debug
2023-11-27 10:47:23 -06:00

6 lines
67 B
PL/PgSQL

BEGIN;
ALTER TABLE user_links DROP COLUMN debug_context;
COMMIT;