Skip to content

Commit c989216

Browse files
committed
Updated default table options
1 parent c47f66a commit c989216

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext_localconf.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@
9595
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_befunc.php']['displayWarningMessages'][] = \Vierwd\VierwdBase\Hooks\CheckBackendGroups::class;
9696

9797
// Database connection with correct utf8mb4 charset
98-
$GLOBALS['TYPO3_CONF_VARS']['DB']['Connections']['Default']['tableoptions'] = [
98+
$GLOBALS['TYPO3_CONF_VARS']['DB']['Connections']['Default']['defaultTableOptions'] = [
9999
'charset' => 'utf8mb4',
100-
'collate' => 'utf8mb4_unicode_ci',
100+
'collation' => 'utf8mb4_unicode_ci',
101101
];
102102

103103
$GLOBALS['TYPO3_CONF_VARS']['SYS']['formEngine']['formDataGroup']['tcaDatabaseRecord'][\Vierwd\VierwdBase\Form\FormDataProvider\RichtextConfiguration::class] = [

0 commit comments

Comments
 (0)