Browse Source

Fix PgHero suggesting migrations (#17807)

* Fix PgHero suggesting migrations

Fixes #17768

* Keep migration suggestions in development env
closed-social-glitch-2
Claire 2 years ago
committed by GitHub
parent
commit
895212bb2f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      config/initializers/pghero.rb

+ 1
- 0
config/initializers/pghero.rb View File

@ -0,0 +1 @@
PgHero.show_migrations = Rails.env.development?

Loading…
Cancel
Save