feat: add migration for worker slot config index (#3062)

This commit is contained in:
Gabe Ruttner
2026-02-19 12:25:36 -08:00
committed by GitHub
parent 0cce1cfc04
commit 8c9fa7fd82
2 changed files with 9 additions and 0 deletions
+2
View File
@@ -443,6 +443,8 @@ CREATE TABLE v1_worker_slot_config (
PRIMARY KEY (tenant_id, worker_id, slot_type)
);
CREATE INDEX v1_worker_slot_config_worker_id_idx ON v1_worker_slot_config (worker_id);
-- v1_step_slot_request stores per-step slot requests.
CREATE TABLE v1_step_slot_request (
tenant_id UUID NOT NULL,