Add strong_migrations gem to warn when creating unsafe migrations (#5078)
This commit is contained in:
parent
909a6d4661
commit
b982d549f4
3 changed files with 7 additions and 0 deletions
3
config/initializers/strong_migrations.rb
Normal file
3
config/initializers/strong_migrations.rb
Normal file
|
@ -0,0 +1,3 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
StrongMigrations.start_after = 20170924022025 if Rails.env.development?
|
Loading…
Add table
Add a link
Reference in a new issue