Add system check for missing database indexes (#30888)
This commit is contained in:
parent
1fc14e324b
commit
ebd8e1bbb6
8 changed files with 248 additions and 0 deletions
|
@ -600,6 +600,7 @@ GEM
|
|||
actionmailer (>= 3)
|
||||
net-smtp
|
||||
premailer (~> 1.7, >= 1.7.9)
|
||||
prism (0.30.0)
|
||||
propshaft (0.9.0)
|
||||
actionpack (>= 7.0.0)
|
||||
activesupport (>= 7.0.0)
|
||||
|
@ -1003,6 +1004,7 @@ DEPENDENCIES
|
|||
pg (~> 1.5)
|
||||
pghero
|
||||
premailer-rails
|
||||
prism
|
||||
propshaft
|
||||
public_suffix (~> 6.0)
|
||||
puma (~> 6.3)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue