db: alphabetize schema.rb
This avoids the column order being de-synchronized between different machines.
This commit is contained in:
parent
2e04435117
commit
21bf4d38cf
2 changed files with 329 additions and 329 deletions
3
Rakefile
3
Rakefile
|
@ -4,3 +4,6 @@
|
|||
require File.expand_path('config/application', __dir__)
|
||||
|
||||
Rails.application.load_tasks
|
||||
|
||||
# Alphabetize schema.rb
|
||||
task 'db:schema:dump': 'strong_migrations:alphabetize_columns'
|
||||
|
|
655
db/schema.rb
655
db/schema.rb
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue