mirror of
https://github.com/flarum/framework.git
synced 2025-02-20 22:15:52 +08:00
fix: MyISAM tables for extensions during installation
This commit is contained in:
parent
e5a3598bf6
commit
f926c58e01
@ -46,7 +46,7 @@ class DatabaseConfig implements Arrayable
|
||||
'charset' => 'utf8mb4',
|
||||
'collation' => 'utf8mb4_unicode_ci',
|
||||
'prefix' => $this->prefix,
|
||||
'strict' => false,
|
||||
'strict' => 'InnoDB',
|
||||
'engine' => null,
|
||||
'prefix_indexes' => true
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user