Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Module migrations relation to app migration
  • Do module migrations key off of the same version control as the main app directory? IE, if my app is on version 3, and I add a new file at /app/modules/mymodule/migrations/002_didstuff.php, will that 002_didstuff.php file get executed when I run oil migrate? Or will it assume it's already been run because the app is marked as on version 3?
  • HarroHarro
    Accepted Answer
    No, app, modules and packages are tracked seperately.
  • Sweet, thanks.

Howdy, Stranger!

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

In this Discussion