I use sfPropelSqlDiffPlugin, which adds a propel:build-sql-diff task. It works well, in general.
There's some quirkiness to it though: If you're changing PKs or FKs, sometimes it's not able to figure out the right order of operations, so you may have to enter a loop of running the sql, running the task, rinse and repeat until no more diffs exist. Also, it seems to have an issue with differences that consist only of whitespace. The one example that haunts me routinely is that MySQL enums continually appear as false positive differences. Those quirks aside, I'd recommend checking it out. -- 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.
