wahoo...cron works

This commit is contained in:
JT Smith 2006-02-12 19:02:38 +00:00
parent dc0ff0d1ed
commit 80288a38b2
3 changed files with 23 additions and 7 deletions

View file

@ -44,7 +44,7 @@ sub addWorkflow {
taskId varchar(22) binary not null primary key,
enabled int not null default 0,
runOnce int not null default 0,
minuteofHour varchar(25) not null default '0',
minuteOfHour varchar(25) not null default '0',
hourOfDay varchar(25) not null default '*',
dayOfMonth varchar(25) not null default '*',
monthOfYear varchar(25) not null default '*',