Add `--force` flag to migration deploy command

This commit is contained in:
Christopher C. Wells 2021-04-05 23:48:56 -07:00
parent d67cc30b53
commit 7f6485997a
1 changed files with 1 additions and 1 deletions

View File

@ -41,6 +41,6 @@
}
},
"scripts": {
"postdeploy": "php artisan migrate"
"postdeploy": "php artisan migrate --force"
}
}