Have you tryed to export your data as fixtures with a symfony propel-dump-data app_name file_name
Change your schema, change your fixtures and reload the whole lot ? I would still do a backup prior to the operation ;o) On 9/7/07, rihad <[EMAIL PROTECTED]> wrote: > > +1 > > On Sep 7, 5:19 am, "Quenten Griffith" <[EMAIL PROTECTED]> wrote: > > Why would you have to reset your data in your tables? Change the schema > > inside your database and run symfony propel-build-schema then symfon > > propel-build-model and your new table is now ready to use in your model with > > out losing any data in your actually database. > > Quenten, you should take a peek at how RoR is doing this with its > database migrations to know what all the fuss is about. > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
