mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat: add new workspace:share action type (#20198)
Closes [coder/internal#1012](https://github.com/coder/internal/issues/1012)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-- No-op: keep enum values to avoid dependency churn.
|
||||
-- If strict removal is required, create a new enum type without these values,
|
||||
-- cast columns, drop the old type, and rename.
|
||||
@@ -0,0 +1,2 @@
|
||||
ALTER TYPE api_key_scope ADD VALUE IF NOT EXISTS 'workspace:share';
|
||||
ALTER TYPE api_key_scope ADD VALUE IF NOT EXISTS 'workspace_dormant:share';
|
||||
Reference in New Issue
Block a user