mirror of
https://github.com/flarum/framework.git
synced 2024-11-29 04:33:47 +08:00
Revert "fix: MyISAM tables for extensions during installation"
This reverts commit f926c58e01
.
This commit is contained in:
parent
f926c58e01
commit
f128190f14
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue
Block a user