Is your feature request related to a problem? Please describe.
The migrate:fresh is permanently on now. We need to have an option to switch it off in some moment in a project.
Describe the solution you'd like
We can add a new setting in dekickrc:
settings:
migrate:
fresh: false
by default it is false - which will mean that only artisan migrate will be fired.
If we want we can consciously change it to true and the artisan migrate:fresh will be fired.
Is your feature request related to a problem? Please describe.
The
migrate:freshis permanently on now. We need to have an option to switch it off in some moment in a project.Describe the solution you'd like
We can add a new setting in dekickrc:
by default it is
false- which will mean that onlyartisan migratewill be fired.If we want we can consciously change it to
trueand theartisan migrate:freshwill be fired.