diff options
Diffstat (limited to 'maintenance/update.php')
-rw-r--r-- | maintenance/update.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/maintenance/update.php b/maintenance/update.php index 2da51b22..3f484137 100644 --- a/maintenance/update.php +++ b/maintenance/update.php @@ -3,8 +3,11 @@ require_once 'counter.php'; /** * Run all updaters. * + * This is used when the database schema is modified and we need to apply patches. + * + * @file * @todo document - * @addtogroup Maintenance + * @ingroup Maintenance */ /** */ |