diff --git a/db/update4.0.beta2.sql b/db/update4.0.beta2.sql index 80c70a51ac..009f2a4104 100644 --- a/db/update4.0.beta2.sql +++ b/db/update4.0.beta2.sql @@ -34,7 +34,6 @@ INSERT INTO `zt_groupPriv` (`company` , `group` , `module` , `method` ) VALUES ('1', '10', 'webapp', 'index'), ('1', '11', 'webapp', 'index'); -DELETE FROM `zt_config` where `company` = '0' and `section` = 'global' and `key` = 'flow'; UPDATE `zt_config` SET `company` = '0', `section` = 'global' WHERE `key` = 'flow'; ALTER TABLE `zt_webapp` ADD `abstract` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL AFTER `size` ; ALTER TABLE `zt_webapp` CHANGE `url` `url` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL;