From 86ad601b1088fddc5f58c6f2dd18aff64af9f3fa Mon Sep 17 00:00:00 2001 From: merlosy Date: Mon, 15 Sep 2014 21:41:37 +0200 Subject: [PATCH] added sql migrations --- app/config/database.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/config/database.php b/app/config/database.php index ba60b6c..4f7793a 100644 --- a/app/config/database.php +++ b/app/config/database.php @@ -27,7 +27,6 @@ */ 'default' => 'mysql', - // 'default' => 'mongodb', /* |--------------------------------------------------------------------------