PERF: no redis calls when running migrations (#28336)
Avoid reaching Redis cache while running migrations
This commit is contained in:
parent
1fa3eb3f2a
commit
a6748a7c37
|
@ -73,4 +73,3 @@ Flag.unscoped.seed do |s|
|
|||
s.applies_to = %w[Post]
|
||||
s.skip_reset_flag_callback = true
|
||||
end
|
||||
Flag.reset_flag_settings!
|
||||
|
|
Loading…
Reference in New Issue