Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions config/initializers/strong_migrations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
# Outdated statistics can sometimes hurt performance
StrongMigrations.auto_analyze = true

# This can be removed once upgraded to Rails 8.1
StrongMigrations.alphabetize_schema = true

# Set the version of the production database
# so the right checks are run in development
# StrongMigrations.target_version = 10
Expand Down
Loading
Loading