Files
coder/coderd/database/migrations/000440_ai_seat_audit.up.sql
T
Steven Masley 93b9d70a9b chore: add audit log entry when ai seat is consumed (#22683)
When an ai seat is consumed, an audit log entry is made. This only happens the first time a seat is used.
2026-03-16 15:30:25 -05:00

2 lines
60 B
SQL

ALTER TYPE resource_type ADD VALUE IF NOT EXISTS 'ai_seat';