structure.sql is not updated after migrations are run
Open
- Dominant language
- Shell
- Stars
- 34
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.