Propel doesn't handle Migrations. Consider using raw SQL :
ALTER TABLE ... ADD .... You can create a data/sql/migrations folder and use versionning : 1.0-to-1.1.sql It's the simplest way. 2009/12/1 Jordi <[email protected]> > I'm using Postgresql and I'm trying symfony for migrate to it. But I > can't do one think I believe it's basic. Modify database schema (for > example adding a new column) without deleting tables. The only thing I > found was a plugin (http://www.symfony-project.org/plugins/ > sfPropelMigrationsLightPlugin) but it seems only works over MySQL. Is > any possibility to make is simply? > > Thanks in advance. > > -- > > 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]<symfony-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/symfony-users?hl=en. > > > -- Alexandre Salomé -- [email protected] -- 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.
