* code for task#1362.

This commit is contained in:
chencongzhi520@gmail.com
2013-04-15 09:08:31 +00:00
parent 09edd94b49
commit b33f99f6e1

View File

@@ -41,3 +41,5 @@ ALTER TABLE `zt_webapp` CHANGE `url` `url` VARCHAR( 255 ) CHARACTER SET utf8 COL
UPDATE `zt_groupPriv` set method='finish' where module='todo' and method='mark';
ALTER TABLE `zt_taskEstimate` ADD `work` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL;
ALTER TABLE `zt_user` CHANGE `msn` `skype` CHAR( 90 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL;