When I try to run the migrate command from Oil I get the following error: "Error: Migration: already in use."
I'm running PHP 5.3.5 on Wampserver 2.1.
I know there's a similiar topic, but the solution to that is editing the core files, which doesn't sound like a good idea to me. So does anyone have an idea?
EDIT
Alright.. seems like I had to run some other commands first
oil refine migrate:current (creates a 'migration' table)
oil refine migrate:up (create the first migration. Or maybe I could have done just migrate from this point on)
I don't know if it's the same bug, but I just had a fix committed to the develop branch for a similar problem. Problem was in core/classes/migrate.php...