Merge pull request #9511 from nextcloud/backport/9501/stable25

[stable25] Adjust ROW_FORMAT note to changes in Nextcloud 24
This commit is contained in:
Daniel 2023-01-02 14:14:49 +01:00 committed by GitHub
commit 3f777e54fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ Note::
.. note::
This will also change the `ROW_FORMAT` to `COMPRESSED` for your tables, to make sure the used database storage size is not getting out of hand.
This will also change the `ROW_FORMAT` to `DYNAMIC` for your tables.
7. Disable maintenance mode::