Fix PgHero suggesting migrations (#17807)
* Fix PgHero suggesting migrations Fixes #17768 * Keep migration suggestions in development env
This commit is contained in:
parent
9b139d4ef9
commit
895212bb2f
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