diff options
-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> |