fix typos in Workflow table names

This commit is contained in:
Colin Kuskie 2005-11-18 21:26:31 +00:00
parent 4f39d48e00
commit 6a9544c3e0

View file

@ -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