mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
cabb611fd9
Creates a new table `ai_seat_state` to keep track of when users consume an ai_seat. Once a user consumes an AI seat, they will forever in this table (as it stands today).
4 lines
59 B
SQL
4 lines
59 B
SQL
DROP TABLE ai_seat_state;
|
|
|
|
DROP TYPE ai_seat_usage_reason;
|