mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-08-29 01:13:08 +00:00
Force seed.
This commit is contained in:
@@ -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": {
|
||||||
|
Reference in New Issue
Block a user