NISHIMURA Daisuke
NISHIMURA Daisuke
Sorry for late response. I understand that setting different `skip`s for same connection is not expected use. The problem is truncating same connection multiple times. I found a bug: https://github.com/cakephp/migrations/blob/b1b1459b149b0f27374aa4ba1706c5587f964126/src/TestSuite/Migrator.php#L94-L96...
Yes, the Expected Behavior is not achieved. This issue stems from my misunderstanding. The reason I tried this in the first place was that the same table was being truncated...
How about this? If you are using the `skip` option and running multiple sets of migrations on the same connection, you can't skip tables managed by CakePHP in the connection.
No. I don't have enough time to make a pull request, sorry.