mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: add API key ID to interceptions (#20513)
Adds APIKeyID to interceptions. Needed for tracking API key usage with bridge. fixes https://github.com/coder/coder/issues/20001
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ALTER TABLE aibridge_interceptions DROP COLUMN api_key_id;
|
||||
@@ -0,0 +1,2 @@
|
||||
-- column is nullable to not break interceptions recorded before this column was added
|
||||
ALTER TABLE aibridge_interceptions ADD COLUMN api_key_id text;
|
||||
Reference in New Issue
Block a user