Merge pull request #9512 from nextcloud/backport/9501/stable24

[stable24] Adjust ROW_FORMAT note to changes in Nextcloud 24
This commit is contained in:
Daniel 2023-01-02 14:15:11 +01:00 committed by GitHub
commit 235fa6a782
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::