Hi All,
Is there a tool for diff-ing the before and after state of a database (both table structure and data) for the purpose of ensuring a Rails migration has the desired effect?
If that's not possible, is there a way to see the SQL statements executed by a migration, for the same purpose?
Thanks, Eric