I hate writing migrations, but it's important for the schemas to stay in sync. What I'd much rather do is update my schema.rb
and have Rails notice, then run something which generates the appropriate migration based on the difference between the old version and the current version.
Is there a way I can do that?