* [misc] update compile table field length.

This commit is contained in:
caoyanyi
2024-10-14 14:31:42 +08:00
committed by 田淑杰
parent acb9eaa90f
commit 076da6fb53
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -16,3 +16,5 @@ UPDATE `zt_job` SET `autoRun` = '0' WHERE `triggerType` != '';
UPDATE `zt_action` SET `action` = 'imported' WHERE `objectType` = 'job' AND `action` = 'created';
UPDATE `zt_actionrecent` SET `action` = 'imported' WHERE `objectType` = 'job' AND `action` = 'created';
ALTER TABLE `zt_compile` MODIFY COLUMN `logs` longtext NULL;
+1 -1
View File
@@ -583,7 +583,7 @@ CREATE TABLE IF NOT EXISTS `zt_compile` (
`job` mediumint(8) unsigned NOT NULL DEFAULT '0',
`queue` mediumint(8) NOT NULL DEFAULT '0',
`status` varchar(255) NOT NULL DEFAULT '',
`logs` text NULL,
`logs` longtext NULL,
`atTime` varchar(10) NOT NULL DEFAULT '',
`testtask` mediumint(8) unsigned NOT NULL DEFAULT '0',
`tag` varchar(255) NOT NULL DEFAULT '',