[symfony-users] How to do upgrades

2010-04-05 Thread Samuel Morhaim
I have a question.. once I finish coding and the site goes into production, I can't rebuild the DB every time I need to add a field etc. How do people workaround this? What is the process for migrations? Thank you. -- If you want to report a vulnerability issue on symfony, please send it to

Re: [symfony-users] How to do upgrades

2010-04-05 Thread Jacob Coby
if you're using doctrine, migrations are part of symfony. if you're using propel, you can use the sfPropelMigrationsLight plugin from the symfony site or my fork of it that allows for out of order migrations (similar to rails) - sfPropelMigrations