diff --git a/docs/upgrades/upgrade_6.7.8-6.8.0.pl b/docs/upgrades/upgrade_6.7.8-6.8.0.pl index 08c4fc9fe..996f05e0c 100644 --- a/docs/upgrades/upgrade_6.7.8-6.8.0.pl +++ b/docs/upgrades/upgrade_6.7.8-6.8.0.pl @@ -753,7 +753,7 @@ sub addWorkflow { dayOfWeek varchar(25), workflowId varchar(22) binary not null )"); - WebGUI::SQL->write("create table WofklowInstance ( + WebGUI::SQL->write("create table WorkflowInstance ( instanceId varchar(22) binary not null primary key, workflowId varchar(22) binary not null, currentActivityId varchar(22) binary not null, @@ -766,7 +766,7 @@ sub addWorkflow { methodName varchar(255), parameters text )"); - WebGUI::SQL->write("create table Wofklow ( + WebGUI::SQL->write("create table Workflow ( workflowId varchar(22) binary not null primary key, title varchar(255), description text