From 6a9544c3e0e9ea9e947ec82462be0ee067c65271 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 18 Nov 2005 21:26:31 +0000 Subject: [PATCH] fix typos in Workflow table names --- docs/upgrades/upgrade_6.7.8-6.8.0.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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