From 7f6485997a64c02b8ab094a57dff2f8d19863bf2 Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Mon, 5 Apr 2021 23:48:56 -0700 Subject: [PATCH] Add `--force` flag to migration deploy command --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } }