mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Force InnoDB for MySQL.
This commit is contained in:
parent
d0d2189d55
commit
67cd3b6f81
@ -57,7 +57,7 @@ return [
|
||||
'collation' => 'utf8mb4_unicode_ci',
|
||||
'prefix' => '',
|
||||
'strict' => true,
|
||||
'engine' => null,
|
||||
'engine' => 'InnoDB',
|
||||
],
|
||||
'pgsql' => [
|
||||
'driver' => 'pgsql',
|
||||
|
Loading…
Reference in New Issue
Block a user