You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove backslash escaping from backticks in message text
- Update diagnostic ordering to match cache_key sort order
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Message: Table \`public.child_table\` has a foreign key \`child_table_parent_id_fkey\` without a covering index. This can lead to suboptimal query performance.
9
-
Advices:
10
-
Identifies foreign key constraints without a covering index, which can impact database performance.
Message: Table `public.child_table` has a foreign key `child_table_parent_id_fkey` without a covering index. This can lead to suboptimal query performance.
19
+
Advices:
20
+
Identifies foreign key constraints without a covering index, which can impact database performance.
0 commit comments