2023-10-19 18:45:07 -05:00

3 lines
78 B
SQL

-- CreateIndex
CREATE INDEX "Arc_toId_fromId_idx" ON "Arc"("toId", "fromId");