mediawiki: Increment version to run update.php automatically

Closes: #2356.

This is needed for upgrade from bullseye to bookworm.

Tests:

- Install mediawiki without the patch. Apply the patch and restart the service.
Notice that mediawiki setup has run and mediawiki..update() privileged method is
called.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2023-06-15 19:05:56 -07:00 committed by James Valleroy
parent 4ac14b8fe9
commit 49e156b5d2
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -40,7 +40,7 @@ class MediaWikiApp(app_module.App):
app_id = 'mediawiki'
_version = 11
_version = 12
def __init__(self):
"""Create components for the app."""