add index to gateway id on service envelopes table

This commit is contained in:
liamcottle
2024-03-16 19:10:39 +13:00
parent eb2cf89d77
commit f130ee99fe
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,2 @@
-- CreateIndex
CREATE INDEX `service_envelopes_gateway_id_idx` ON `service_envelopes`(`gateway_id`);