mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
4 lines
194 B
SQL
4 lines
194 B
SQL
ALTER TYPE api_key_scope ADD VALUE IF NOT EXISTS 'ai_seat:*';
|
|
ALTER TYPE api_key_scope ADD VALUE IF NOT EXISTS 'ai_seat:create';
|
|
ALTER TYPE api_key_scope ADD VALUE IF NOT EXISTS 'ai_seat:read';
|