diff options
author | Andreas Fischer <bantu@owncloud.com> | 2013-11-26 21:52:30 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@owncloud.com> | 2013-11-26 21:52:30 +0100 |
commit | bc77ba1d4cc5ff88b0f7d6679a4afc293704dd11 (patch) | |
tree | 9511eac73ad491cc6b21557c1b64f05e8cfe31bf /db_structure.xml | |
parent | 8cde5e80f632e4b411854d21d819603661c91970 (diff) | |
download | nextcloud-server-bc77ba1d4cc5ff88b0f7d6679a4afc293704dd11.tar.gz nextcloud-server-bc77ba1d4cc5ff88b0f7d6679a4afc293704dd11.zip |
db-doc: jobs description
Diffstat (limited to 'db_structure.xml')
-rw-r--r-- | db_structure.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/db_structure.xml b/db_structure.xml index 931f9ae42ba..d08d9f175fd 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -957,7 +957,10 @@ </table> <table> - + <!-- + Scheduled background jobs. + See OC\BackgroundJob\JobList. + --> <name>*dbprefix*jobs</name> <declaration> |