We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b154bc1 + 1d8a059 commit 3b4d09eCopy full SHA for 3b4d09e
1 file changed
conf/db/upgrade/V5.5.12__schema.sql
@@ -121,4 +121,7 @@ ALTER TABLE `zstack`.`BareMetal2InstanceVO`
121
ADD CONSTRAINT `fkBareMetal2InstanceVOGatewayVO1`
122
FOREIGN KEY (`lastGatewayUuid`)
123
REFERENCES `HostEO` (`uuid`)
124
- ON DELETE SET NULL;
+ 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