* add program field for zt_group table.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user