add some indices to increase performance
This commit is contained in:
		| @@ -12,6 +12,7 @@ export type AirportDocument = Airport & Document; | ||||
| export class Airport { | ||||
|   @Prop({ | ||||
|     required: true, | ||||
|     index: true, | ||||
|     type: String, | ||||
|   }) | ||||
|   icao: string; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user