db: alphabetize schema.rb

This avoids the column order being de-synchronized between different
machines.
This commit is contained in:
Pierre de La Morinerie 2022-03-15 14:24:20 +01:00
parent 2e04435117
commit 21bf4d38cf
2 changed files with 329 additions and 329 deletions

View file

@ -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'

File diff suppressed because it is too large Load diff