add index to gateway id on service envelopes table
This commit is contained in:
@ -114,6 +114,7 @@ model ServiceEnvelope {
|
||||
|
||||
@@index(created_at)
|
||||
@@index(updated_at)
|
||||
@@index(gateway_id)
|
||||
@@map("service_envelopes")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user