add index to gateway id on service envelopes table
This commit is contained in:
@ -0,0 +1,2 @@
|
||||
-- CreateIndex
|
||||
CREATE INDEX `service_envelopes_gateway_id_idx` ON `service_envelopes`(`gateway_id`);
|
Reference in New Issue
Block a user