* add program field for zt_group table.

This commit is contained in:
z
2020-06-28 09:14:55 +08:00
parent eccd50afd8
commit b6c9bc45f4
+2
View File
@@ -4,3 +4,5 @@ DELETE FROM `zt_story` WHERE `module` = 'api' AND `method` = 'getModel';
DELETE FROM `zt_story` WHERE `module` = 'api' AND `method` = 'sql';
ALTER TABLE `zt_jenkins` CHANGE `password` `password` varchar(255) COLLATE 'utf8_general_ci' NOT NULL AFTER `account`;
ALTER TABLE `zt_group` ADD `program` mediumint(8) unsigned NOT NULL DEFAULT 0;