PERF: no redis calls when running migrations (#28336)

Avoid reaching Redis cache while running migrations
This commit is contained in:
Krzysztof Kotlarek 2024-08-13 16:20:31 +10:00 committed by GitHub
parent 1fa3eb3f2a
commit a6748a7c37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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!