From 654ab4cc297bcc6733bab7ac8aaab3ad08798206 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Klabbers?= Date: Tue, 5 Feb 2019 09:50:15 +0100 Subject: [PATCH] prefixes indices when installing too --- src/Install/DatabaseConfig.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Install/DatabaseConfig.php b/src/Install/DatabaseConfig.php index 60ed3ea5d..60738549c 100644 --- a/src/Install/DatabaseConfig.php +++ b/src/Install/DatabaseConfig.php @@ -50,6 +50,7 @@ class DatabaseConfig implements Arrayable 'prefix' => $this->prefix, 'strict' => false, 'engine' => 'InnoDB', + 'prefix_indexes' => true ]; }