Yves P.

Results 12 comments of Yves P.

If it can be of any help, I once used this library for .ini file parsing for a project : https://pear.php.net/package/Config_Lite I don't know if it can do what you...

Hi. Can you explain your use case ? I'm not sure I understand what you want to achieve.

I remember doing that in the first version of the command : only including tables from the db which have a `Table` file in the plugin. But for some reason,...

It still can. One would need to modify the `MigrationDiffTask::getCurrentSchema()` method to only filter the tables with a `Table` class existing in the plugin directory, if there is a specific...

@markstory That could be in the realm of possibility.

This is regular problem with phinx : some options are not named the same. The signed / unsigned features on numeric columns was also a problem. We implemented it as...

As for a note in the docs why not... It can't hurt much.

@sdustinh Would it be possible for you to provide us the migrations and seeds file please ?

Thanks @sdustinh. Is your current setup (package version number) the same as the one from your original ticket ?

Hi @sdustinh. Any update on the migrations and seeds files of your setup ?