From 50106ccfaf488e3c56a9aa2a63ee8ccd8e9aef05 Mon Sep 17 00:00:00 2001 From: "chencongzhi520@gmail.com" Date: Wed, 27 Feb 2013 01:23:40 +0000 Subject: [PATCH] * finish task#1128. --- db/update4.0.beta2.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/db/update4.0.beta2.sql b/db/update4.0.beta2.sql index f90a3e6495..301fa4fd64 100644 --- a/db/update4.0.beta2.sql +++ b/db/update4.0.beta2.sql @@ -37,3 +37,5 @@ INSERT INTO `zt_groupPriv` (`company` , `group` , `module` , `method` ) VALUES 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; + +UPDATE `zt_groupPriv` set method='finish' where module='todo' and method='mark';