Dave Marshall
Dave Marshall
Hi there, could you post an example of what you would like to work? From personal experience, I find it better to manage these things within the scope of the...
I get that, but a tool like that is highly integrated in the framework, where as phpmig isn't. Phpmig doesn't know anything about the database you are migrating, or how...
That sounds like a good idea, we could just put some noop methods in the default migration class, people can override them as they wish in a custom base migration...
Doesn't it print out that it's starting a migration, and then again when it's finished? Or do you mean some sort of ticker to show something is still happening as...
I see what you mean. My preference would be for the observer, pub sub or mediator pattern.
Hi Paul >The method of working out which migrations to run, going off the highest timestamp in the database is too basic for real development scenarios. It's been working for...
Ah, my apologies, I think you'd do best to ignore that whole namespace. It was added in #65 as someone wanted to run some migrations from their UI, but it...
Of course :+1:, refactor, extract, rewrite at will.
Doesn't the migrate command do this already?
The [MigrateCommand](https://github.com/davedevelopment/phpmig/blob/master/src/Phpmig/Console/Command/MigrateCommand.php) should do this, unless I've misunderstood your problem. Here's a screencap of it on my app: 