Files
coder/coderd/database/migrations/000384_add_workspace_share_scope.up.sql
T

3 lines
144 B
SQL

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';