feat: add performance indexes to optimize database queries

This commit is contained in:
idevakk
2025-11-14 03:41:46 -08:00
parent ae795880ed
commit d9291f06eb
2 changed files with 210 additions and 1 deletions

View File

@@ -21,7 +21,8 @@
"Bash(vendor/bin/pest tests/Feature/Filament/ResourcesTest.php --filter=\"it_can_create_new_plan\" --no-coverage)",
"Bash(vendor/bin/pest tests/Feature/Filament/ResourcesTest.php --filter=\"it_can_create_new_category\" --no-coverage)",
"Bash(vendor/bin/pest tests/Unit/Models/RemoteEmailTest.php --no-coverage)",
"Bash(vendor/bin/pest tests/Feature/ --no-coverage --parallel)"
"Bash(vendor/bin/pest tests/Feature/ --no-coverage --parallel)",
"mcp__laravel-boost__application-info"
],
"deny": [],
"ask": []