BUG 000 Add cases summary to branch 2.0

This commit is contained in:
Julio Cesar Laura
2011-08-25 12:58:52 -04:00
parent 9627e8e60a
commit bc5de24520
22 changed files with 963 additions and 433 deletions

View File

@@ -397,6 +397,7 @@ CREATE TABLE `PROCESS`
`PRO_TITLE_X` INTEGER default 0 NOT NULL,
`PRO_TITLE_Y` INTEGER default 6 NOT NULL,
`PRO_DEBUG` INTEGER default 0 NOT NULL,
`PRO_DYNAFORMS` MEDIUMTEXT,
PRIMARY KEY (`PRO_UID`)
)ENGINE=MyISAM DEFAULT CHARSET='utf8' COMMENT='Store process Information';
#-----------------------------------------------------------------------------