Force seed.

This commit is contained in:
James Cole
2017-04-26 21:32:43 +02:00
parent fc0dd22769
commit 920e5f6fbe

View File

@@ -110,7 +110,7 @@
"compile": [ "compile": [
"cp .env.heroku .env", "cp .env.heroku .env",
"touch storage/database/database.sqlite", "touch storage/database/database.sqlite",
"php artisan migrate:refresh --seed" "php artisan migrate:refresh --seed --force"
] ]
}, },
"config": { "config": {