Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
MongoDB migrations
  • Is there such a thing as a migration for mongodb in fuelphp? Or, should I use the same migration folder as my sql db migrations? E.g.: whenever I make changes to my mongo db, I add a new xxx_<migration name>.php file in the migrations folder?
  • HarroHarro
    Accepted Answer
    We use migrations for everything the changes between versions, we install stuff, we create files and folders, change rights, etc.

    Migrations are by no means limited to SQL operations.

Howdy, Stranger!

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

In this Discussion