diff options
author | Noveen Sachdeva <noveen.sachdeva@research.iiit.ac.in> | 2017-04-25 17:39:58 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2017-04-25 17:39:58 +0200 |
commit | 1b1f403a5da0a170480b7ff376cd28d1ac7a64e0 (patch) | |
tree | 97cdb615848bfc137f20387c7a632ccf9beaee44 /db_structure.xml | |
parent | 8ef25a7628d44465d4777686227407f9a2067700 (diff) | |
download | nextcloud-server-1b1f403a5da0a170480b7ff376cd28d1ac7a64e0.tar.gz nextcloud-server-1b1f403a5da0a170480b7ff376cd28d1ac7a64e0.zip |
Add duration of last job execution to the table
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> |