Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
One refine for all packages migrations
  • Harro, sorry for dumb question, but I can't understand this one thing.

    If I want to use migration feature for installation purposes, I want to use only one command oil r migrate to get everything :)

    But, If I use migrations from various packages, how can I do that?

    Do I must to copy needed migrations from packages to app/migrations?

    Or is there the way to set what packages migrations I want to call together with (before) main app/migrations?

    I fill, it is a dumb question, but I don't know what I have to do with this :]
  • HarroHarro
    Accepted Answer
    oil refine migrate  --all

    And if you're on 1.8/develop, skipped migrations (those that return false) will be automatically retried.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion