* add module of zt_task in db.

This commit is contained in:
shiyangyangwork@yahoo.cn
2012-06-30 07:06:40 +00:00
parent 3a8f688e4f
commit feedce60cb

View File

@@ -473,6 +473,7 @@ CREATE TABLE IF NOT EXISTS `zt_task` (
`id` mediumint(8) unsigned NOT NULL auto_increment,
`company` mediumint(8) unsigned NOT NULL,
`project` mediumint(8) unsigned NOT NULL default '0',
`module` MEDIUMINT( 8 ) UNSIGNED NOT NULL DEFAULT '0',
`story` mediumint(8) unsigned NOT NULL default '0',
`storyVersion` smallint(6) NOT NULL default '1',
`fromBug` mediumint(8) unsigned NOT NULL default '0',