File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -2111,13 +2111,13 @@ model BookingTimeStatusDenormalized {
2111
2111
noShowHost Boolean ?
2112
2112
isTeamBooking Boolean ?
2113
2113
2114
- @@index ([userId ] )
2115
- @@index ([createdAt ] )
2116
- @@index ([eventTypeId ] )
2117
- @@index ([eventTypeId , eventParentId ] )
2118
- @@index ([timeStatus ] )
2119
- @@index ([teamId ] )
2120
- @@index ([startTime ] )
2121
- @@index ([endTime ] )
2122
- @@index ([status ] )
2114
+ @@index ([userId ] , name : " idx_booking_user_id " )
2115
+ @@index ([createdAt ] , name : " idx_booking_created_at " )
2116
+ @@index ([eventTypeId ] , name : " idx_event_type_id " )
2117
+ @@index ([eventTypeId , eventParentId ] , name : " idx_event_type_hierarchy " )
2118
+ @@index ([timeStatus ] , name : " idx_booking_time_status " )
2119
+ @@index ([teamId ] , name : " idx_booking_team_id " )
2120
+ @@index ([startTime ] , name : " idx_booking_start_time " )
2121
+ @@index ([endTime ] , name : " idx_booking_end_time " )
2122
+ @@index ([status ] , name : " idx_booking_status " )
2123
2123
}
You can’t perform that action at this time.
0 commit comments