* revert update4.0.beta2.sql.

This commit is contained in:
wangyidong
2013-03-05 07:00:33 +00:00
parent 3e6f1f350a
commit 626e151a23

View File

@@ -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;