I have two connections defined "default" and "auth". Some models
belongs to one of them and others to the other one.
This brings only the tables for model in the default connection :
$ cake schema generate
Schema file: schema.php generated
While that fails:
$ cake schema generate -connection auth
Error: Missing database table 'bureaux' for model 'Bureau'
Model Bureau belongs to default connection. It shouldn't be dumped
with "auth".
This is exactly the same behavior reported here: https://trac.cakephp.org/ticket/5502
Any clue ?
Best,
~IF.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---
No comments:
Post a Comment