Went trough http://groups.google.com/group/symfony-users/browse_thread/thread/1c2c4fa066c59171?hl=en discussing best way to get data from database into YAML.
A follow up question popped up regarding the best way to do changes to a db model. I usually do the changes in my schema file. Afterwards i run propel:make-model. But after that I usually don't want to run build- sql and insert-sql as the latter drops my tables. Instead I manually do the changes to the tables (via manually ALTERing the tables). As Symfony have surprised me and my team before I guess this problem is solved already. Is there any easier, more automatic way to update a data model which already contains data? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
