From f128190f143398dd1262fd1379e634794daee4c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Klabbers?= Date: Sat, 23 Jul 2022 23:52:57 +0200 Subject: [PATCH] Revert "fix: MyISAM tables for extensions during installation" This reverts commit f926c58e0143fe75a4a4c2e93810970c5910afc8. --- framework/core/src/Install/DatabaseConfig.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/core/src/Install/DatabaseConfig.php b/framework/core/src/Install/DatabaseConfig.php index 4f4503b9a..0fb350a7c 100644 --- a/framework/core/src/Install/DatabaseConfig.php +++ b/framework/core/src/Install/DatabaseConfig.php @@ -46,7 +46,7 @@ class DatabaseConfig implements Arrayable 'charset' => 'utf8mb4', 'collation' => 'utf8mb4_unicode_ci', 'prefix' => $this->prefix, - 'strict' => 'InnoDB', + 'strict' => false, 'engine' => null, 'prefix_indexes' => true ];