Skip to content

Commit 1d8a059

Browse files
committed
<fix>[ai]: add targetQueueKey column for eval task queuing
Resolves: ZSTAC-68709 Change-Id: I66b2038656387bc3b3555db20cdfddb31d82d914
1 parent 0f4c337 commit 1d8a059

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

conf/db/upgrade/V5.5.12__schema.sql

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,7 @@ ALTER TABLE `zstack`.`BareMetal2InstanceVO`
121121
ADD CONSTRAINT `fkBareMetal2InstanceVOGatewayVO1`
122122
FOREIGN KEY (`lastGatewayUuid`)
123123
REFERENCES `HostEO` (`uuid`)
124-
ON DELETE SET NULL;
124+
ON DELETE SET NULL;
125+
126+
-- ZSTAC-68709: Add targetQueueKey for evaluation task queuing per service endpoint
127+
CALL ADD_COLUMN('ModelEvaluationTaskVO', 'targetQueueKey', 'TEXT', 1, NULL);

0 commit comments

Comments
 (0)