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

Problem with CakePHP 2.1 branch #45

Closed
kouse opened this issue Jan 14, 2012 · 1 comment
Closed

Problem with CakePHP 2.1 branch #45

kouse opened this issue Jan 14, 2012 · 1 comment

Comments

@kouse
Copy link

kouse commented Jan 14, 2012

Migrations plugin needs to reflect CakePHP api changes
from
(2.0) DboSource::fullTableName($model, $quote = true)
to
(2.1) DboSource::fullTableName($model, $quote = true, $schema = true)
otherwise check of schema_migrations table can not pass.

@skie
Copy link
Member

skie commented Jan 31, 2012

Issue fixed

@skie skie closed this as completed Jan 31, 2012
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

2 participants