From e31c45a0482cb14b49175f983e466d96aa409ae6 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Thu, 27 Dec 2018 16:10:13 +0000 Subject: * Deployment: Fix issues --- laravel/config/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'laravel/config/database.php') diff --git a/laravel/config/database.php b/laravel/config/database.php index 22347a4..378af97 100644 --- a/laravel/config/database.php +++ b/laravel/config/database.php @@ -53,7 +53,7 @@ return [ 'prefix' => '', 'prefix_indexes' => true, 'strict' => true, - 'engine' => null, + "engine" => "InnoDB ROW_FORMAT=DYNAMIC", ], 'pgsql' => [ -- cgit 1.4.1