1
0
mirror of https://github.com/flarum/core.git synced 2025-08-04 15:37:51 +02:00

prefixes indices when installing too

This commit is contained in:
Daniël Klabbers
2019-02-05 09:50:15 +01:00
parent e0becd0c7b
commit 654ab4cc29

View File

@@ -50,6 +50,7 @@ class DatabaseConfig implements Arrayable
'prefix' => $this->prefix, 'prefix' => $this->prefix,
'strict' => false, 'strict' => false,
'engine' => 'InnoDB', 'engine' => 'InnoDB',
'prefix_indexes' => true
]; ];
} }