* finish task #7282.

This commit is contained in:
z
2020-06-19 14:30:18 +08:00
parent 7b308610e5
commit 02397f801d
+5
View File
@@ -1 +1,6 @@
UPDATE `zt_story` SET `plan` = '' WHERE `parent` = '-1' AND `plan` != 0 AND `plan` != '';
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`;