add index for cmms machines

This commit is contained in:
2025-06-11 14:34:28 +03:30
parent 547a831fe9
commit a7b115a161
3 changed files with 15 additions and 2 deletions

View File

@@ -14,8 +14,8 @@ class TransportationUnitService
{
$fields = [
'id', 'user_id', 'username', 'state_name', 'province_name', 'edare_shahri_name',
'description', 'requested_machines', 'type', 'start_date',
'end_date', 'request_date', 'end_point',
'description', 'requested_machines', 'type', 'type_fa', 'start_date',
'end_date', 'request_date', 'end_point', 'area', 'zone', 'zone_fa'
];
$query = Mission::query()