Hello, I have a silly question: Why doesn't doctrine read my schema.yml?
Let me explain my problem. I have a schema.yml with some table definition. I run symfony doctrine:build-all-reload without any problems. Later, I update my schema.yml (removing some table, updating, or wathever changes in schema.yml) and when I run again the rebuild task, I still have removed table in my schema.sql (and, of course, in my database, even if I run symfony doctrine:drop-db). Why this behaviour? Is there a way to force Doctrine to re-read my schema.yml? Thanks for your help... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
