From aa2188ef7f52157ef31a08732fac1b73aba2e19a Mon Sep 17 00:00:00 2001 From: anmol26s Date: Wed, 1 May 2019 23:50:26 +0530 Subject: [PATCH] remove migration in install --- scripts/install | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/install b/scripts/install index d0abf28..6b970ba 100755 --- a/scripts/install +++ b/scripts/install @@ -195,9 +195,6 @@ ynh_replace_string "__LANGUAGE__" "$language" "$final_path/.env" # setup application config ( cd $final_path && sudo /usr/bin/php artisan key:generate -n ) -( cd $final_path && sudo /usr/bin/php artisan migrate -n ) -( cd $final_path && sudo /usr/bin/php artisan config:clear -n) -( cd $final_path && sudo /usr/bin/php artisan config:cache -n) #================================================= # STORE THE CONFIG FILE CHECKSUM