Fix PgHero suggesting migrations (#17807)
* Fix PgHero suggesting migrations Fixes #17768 * Keep migration suggestions in development env
This commit is contained in:
parent
981cd24311
commit
c3551f4f80
1 changed files with 1 additions and 0 deletions
1
config/initializers/pghero.rb
Normal file
1
config/initializers/pghero.rb
Normal file
|
@ -0,0 +1 @@
|
|||
PgHero.show_migrations = Rails.env.development?
|
Loading…
Reference in a new issue