+ Add sql for zt_mr.

This commit is contained in:
caoyanyi
2023-10-27 13:15:49 +08:00
parent 68bc2267ec
commit f1058ca384
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
ALTER TABLE `zt_mr` ADD executionID mediumint(8) unsigned NOT NULL DEFAULT 0 AFTER `jobID`;
+1
View File
@@ -1216,6 +1216,7 @@ CREATE TABLE IF NOT EXISTS `zt_mr` (
`needCI` enum('0','1') NOT NULL DEFAULT '0',
`repoID` mediumint(8) unsigned NOT NULL DEFAULT '0',
`jobID` mediumint(8) unsigned NOT NULL DEFAULT '0',
`executionID` mediumint(8) unsigned NOT NULL DEFAULT '0',
`compileID` mediumint(8) unsigned NOT NULL DEFAULT '0',
`compileStatus` char(30) NOT NULL DEFAULT '',
`removeSourceBranch` enum('0','1') NOT NULL DEFAULT '0',