rideshare
rideshare copied to clipboard
Adopt lfittl/activerecord-clean-db-structure
This gem reformats the db/structure.sql
This could be useful on a team where there are changes to the db/structure.sql file from different team members as they run rails db:migrate on their machines, but those changes are "noise" due without semantic differences, typically due to minor differences in Postgres versions.
rails db:migrate was run once here as well which does a one-time reformatting of the file.
Updated to v0.4.1 of gem
Updated to v0.4.3 of gem