wahoo...cron works
This commit is contained in:
parent
dc0ff0d1ed
commit
80288a38b2
3 changed files with 23 additions and 7 deletions
|
|
@ -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 '*',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue