1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 00:17:31 +02:00

Revert "fix: MyISAM tables for extensions during installation"

This reverts commit f926c58e01.
This commit is contained in:
Daniël Klabbers
2022-07-23 23:52:57 +02:00
parent f926c58e01
commit f128190f14

View File

@@ -46,7 +46,7 @@ class DatabaseConfig implements Arrayable
'charset' => 'utf8mb4',
'collation' => 'utf8mb4_unicode_ci',
'prefix' => $this->prefix,
'strict' => 'InnoDB',
'strict' => false,
'engine' => null,
'prefix_indexes' => true
];