mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-04-23 18:49:47 -05:00
feat: add migration for worker slot config index (#3062)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user