mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
feat: audit oauth2 app management (#12275)
* Audit oauth2 app management * Use 201 for creating secrets
This commit is contained in:
@ -0,0 +1,2 @@
|
||||
-- It is not possible to drop enum values from enum types, so the UPs on
|
||||
-- resource_type have "IF NOT EXISTS".
|
@ -0,0 +1,2 @@
|
||||
ALTER TYPE resource_type ADD VALUE IF NOT EXISTS 'oauth2_provider_app';
|
||||
ALTER TYPE resource_type ADD VALUE IF NOT EXISTS 'oauth2_provider_app_secret';
|
Reference in New Issue
Block a user