Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

default_migration_table no longer supported #1178

Closed
xengulai opened this issue Sep 9, 2017 · 1 comment
Closed

default_migration_table no longer supported #1178

xengulai opened this issue Sep 9, 2017 · 1 comment

Comments

@xengulai
Copy link

xengulai commented Sep 9, 2017

In the . v0.9.0 release, the following block of code was removed from src/Phinx/Db/Adapter/PdoAdapter.php:

if (isset($options['default_migration_table'])) {
    $this->setSchemaTableName($options['default_migration_table']);
}

This change effectively ignores the default_migration_table and falls back to phinxlog.

@xengulai
Copy link
Author

xengulai commented Sep 9, 2017

Nevermind, was resolved in #1173

@xengulai xengulai closed this as completed Sep 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant