Some interface SQL performance improvements
This commit is contained in:
@@ -73,6 +73,7 @@ class System extends Model
|
||||
->where('zones.active',TRUE)
|
||||
->where('domains.active',TRUE)
|
||||
->orderBy('domains.name')
|
||||
->with(['zone.domain'])
|
||||
->FTNorder()
|
||||
->orderBy('role','ASC');
|
||||
}
|
||||
|
Reference in New Issue
Block a user