-
Bug
-
Resolution: Done
-
Critical
-
6.0.0
-
None
OPTLOCK fields are missing for the BAMTaskSummary and TaskEvent tables in the mysql and postgresql DDL scripts included in the BPMS6.0.0GA installer. The following commands correct the problems (mysql specific):
alter table BAMTaskSummary add column OPTLOCK integer;
alter table TaskEvent add column OPTLOCK integer;
jeff