From 804d9872f2551d5d5be97ee54167c75a0339679c Mon Sep 17 00:00:00 2001 From: Christopher Schmeer <47443911+SZChimp@users.noreply.github.com> Date: Sun, 27 Oct 2024 11:36:57 +0100 Subject: [PATCH] [DOCS] Update Maintenance.rst Remove warning message, which is presumably only intended for the reset paragraph. --- Documentation/Maintenance.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Documentation/Maintenance.rst b/Documentation/Maintenance.rst index d2f07cc..25a9ae5 100644 --- a/Documentation/Maintenance.rst +++ b/Documentation/Maintenance.rst @@ -57,11 +57,6 @@ repository will stay untouched. Test the project ~~~~~~~~~~~~~~~~ -.. warning:: - - This permanently removes all local changes in the database and cannot be - undone. - To start the tests locally run `ddev run-tests` which will remove the database and the previously installed TYPO3 instance and sets up a fresh instance. For more information about the available options run `ddev run-tests --help`.