This website requires JavaScript.
Explore
Help
Sign In
mirror
/
mastodon
Watch
1
Star
0
Fork
0
You've already forked mastodon
mirror of
https://github.com/mastodon/mastodon
synced
2024-11-24 07:06:18 +09:00
Code
1d557305d2
mastodon
/
config
/
initializers
/
pghero.rb
4 lines
79 B
Ruby
Raw
Normal View
History
Unescape
Escape
Enable Rubocop Style/FrozenStringLiteralComment (#23793)
2023-07-12 16:47:08 +09:00
# frozen_string_literal: true
Fix PgHero suggesting migrations (#17807) * Fix PgHero suggesting migrations Fixes #17768 * Keep migration suggestions in development env
2022-03-16 04:27:49 +09:00
PgHero
.
show_migrations
=
Rails
.
env
.
development?
Copy Permalink