Remove dead preupdate.php note

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst
2020-11-26 15:41:13 +01:00
parent 1790d6b074
commit 7a4205c7c0

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