mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00: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';
|