diff --git a/app.json b/app.json index 07e2d5f..221b30d 100644 --- a/app.json +++ b/app.json @@ -41,6 +41,6 @@ } }, "scripts": { - "postdeploy": "php artisan migrate" + "postdeploy": "php artisan migrate --force" } }