diff options
Diffstat (limited to 'db_structure.xml')
-rw-r--r-- | db_structure.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/db_structure.xml b/db_structure.xml index ca832b62819..902fb56ade0 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -1012,6 +1012,14 @@ <notnull>false</notnull> </field> + <field> + <!-- time for execution of the job --> + <name>execution_duration</name> + <type>integer</type> + <default></default> + <notnull>true</notnull> + </field> + <index> <name>job_class_index</name> <field> |