Some more worker fine tuning
This commit is contained in:
parent
d2f2e1c371
commit
cf179188b6
7 changed files with 47 additions and 19 deletions
|
|
@ -1739,6 +1739,7 @@ function db_definition() {
|
|||
"created" => array("type" => "datetime", "not null" => "1", "default" => NULL_DATE),
|
||||
"pid" => array("type" => "int(11)", "not null" => "1", "default" => "0"),
|
||||
"executed" => array("type" => "datetime", "not null" => "1", "default" => NULL_DATE),
|
||||
"done" => array("type" => "tinyint(1)", "not null" => "1", "default" => "0"),
|
||||
),
|
||||
"indexes" => array(
|
||||
"PRIMARY" => array("id"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue