Merge pull request #5486 from nextcloud/backport/5485/stable20

[stable20] Remove dead preupdate.php note
This commit is contained in:
Christoph Wurst 2020-11-27 09:47:19 +01:00 committed by GitHub
commit f8154ef0e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ events which directly affect the app. You can use these repair steps to run
code when your app is installed, uninstalled, upgraded etc. It's called repair
steps because they are frequently used to fix things automatically.
.. note:: Don't use the ``install.php``, ``update.php`` and ``preupdate.php`` files anymore! This method is deprecated and is known to cause issues.
.. note:: Don't use the ``install.php`` and ``update.php`` files anymore! This method is deprecated and is known to cause issues.
Creating a repair step