3 lines
78 B
MySQL
Raw Normal View History

2023-09-14 10:46:59 -05:00
-- CreateIndex
CREATE INDEX "Arc_toId_fromId_idx" ON "Arc"("toId", "fromId");