stacker.news/prisma/migrations/20231011205945_arc_to_idx/migration.sql

3 lines
78 B
MySQL
Raw Normal View History

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