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

prefixes indices when installing too

This commit is contained in:
Daniël Klabbers
2019-02-05 09:50:15 +01:00
parent cd4fc8e7db
commit 209455481d

View File

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