diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2022-01-19 09:25:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-19 09:25:46 +0100 |
commit | eb3cf6c5ec4381a69a623ccd97a91173f799d3a2 (patch) | |
tree | f02ef5485926045302a96223371569cb9c560920 /config | |
parent | deca6117baaca700bd06b02aa6d9647f5b8551f2 (diff) | |
parent | 8c27f74a63c6eed61b859016757d0c74a80b044d (diff) | |
download | nextcloud-server-eb3cf6c5ec4381a69a623ccd97a91173f799d3a2.tar.gz nextcloud-server-eb3cf6c5ec4381a69a623ccd97a91173f799d3a2.zip |
Merge pull request #30129 from nextcloud/mdb10.6-pipeline
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 3eadbc61290..21ccab6732c 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1572,7 +1572,7 @@ $CONFIG = [ * Tables will be created with * * character set: utf8mb4 * * collation: utf8mb4_bin - * * row_format: compressed + * * row_format: dynamic * * See: * https://dev.mysql.com/doc/refman/5.7/en/charset-unicode-utf8mb4.html |