I just started using git-rails in our project and at first glance it's awesome, thanks!
However, it seems that it doesn't dump the database schema after running migrations. This is normally done by rails when running rake db:migrate, which updates db/schema.rb or db/structure.sql (depending on your dumping strategy).
Is there a reason why the db schema isn't dumped like rake db:migrate does?