[Rails 2.1] Issue with test/development databases during rake

Details here...

http://rails.lighthouseapp.com/projects/8994/tickets/670-loud-migrations-test-db-prep

Just running a normal "rake" with 2-1-stable in vendor/rails right now is annoying, because of the ensuing db changes that get made because of this change.

-Matt

Wicked. The fix for this (or something else in the range 0498d32..482e8fe) fixed a *really* annoying problem I had where "rake test" would wipe all the data from my *development* database. Cheers!