diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2018-11-18 19:46:54 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2018-11-18 19:46:54 +0000 |
| commit | aa5ee318333cef71c21536bb40713de6ce6b3177 (patch) | |
| tree | ed72f8630fa7242f1823cdf6cf76f0e1de0efe11 /app/Schema | |
| parent | 04118a591e040a6cd4644492cad558de22b79481 (diff) | |
| download | webtrees-aa5ee318333cef71c21536bb40713de6ce6b3177.tar.gz webtrees-aa5ee318333cef71c21536bb40713de6ce6b3177.tar.bz2 webtrees-aa5ee318333cef71c21536bb40713de6ce6b3177.zip | |
Fix: #2009 - default row format for tables with long indexes
Diffstat (limited to 'app/Schema')
| -rw-r--r-- | app/Schema/Migration37.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Schema/Migration37.php b/app/Schema/Migration37.php index 77d4cdd258..0bdd425ff3 100644 --- a/app/Schema/Migration37.php +++ b/app/Schema/Migration37.php @@ -68,7 +68,7 @@ class Migration37 implements MigrationInterface "KEY `##media_file_ix4` (m_file, multimedia_format)," . "KEY `##media_file_ix5` (m_file, source_media_type)," . "KEY `##media_file_ix6` (m_file, descriptive_title)" . - ") ENGINE=InnoDB COLLATE=utf8_unicode_ci" + ") ENGINE=InnoDB ROW_FORMAT=COMPRESSED COLLATE=utf8_unicode_ci" )->execute(); try { |
