From 285b0854c5aec3d0632905147296a0e82ac4f58d Mon Sep 17 00:00:00 2001 From: anmol Date: Thu, 15 Oct 2020 20:36:06 +0530 Subject: [PATCH] Updated migration cmd --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index dc5c6fb..e30438f 100755 --- a/scripts/install +++ b/scripts/install @@ -146,7 +146,7 @@ pushd "$final_path" php$phpversion artisan route:clear php$phpversion artisan view:clear php$phpversion artisan storage:link - php$phpversion artisan monica:migrate --force + php$phpversion artisan monica:update --force php$phpversion artisan passport:keys -n php artisan passport:client --personal --no-interaction php$phpversion artisan passport:client --password -n > key.txt