Skip to content

Switch off and on migrate:fresh on Laravel #38

Description

@pedrosik

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions