mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
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:
parent
4ac14b8fe9
commit
49e156b5d2
@ -40,7 +40,7 @@ class MediaWikiApp(app_module.App):
|
||||
|
||||
app_id = 'mediawiki'
|
||||
|
||||
_version = 11
|
||||
_version = 12
|
||||
|
||||
def __init__(self):
|
||||
"""Create components for the app."""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user