Merge pull request #9501 from nextcloud/adjust-row-format-note-to-changes-in-nextcloud-24

Adjust ROW_FORMAT note to changes in Nextcloud 24
This commit is contained in:
Vincent Petry
2023-01-02 10:44:28 +01:00
committed by GitHub

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::