Only run upgrade.php if a database update is pending
#10
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Mediawiki presumably has some way of telling if it needs to run a database upgrade; we could make the entrypoint script a lot quicker if it only ran
upgrade.phpif required, instead of every time as it does now.