el.xwx.moe/prisma/migrations/20240310062152_added_indexes/migration.sql

6 lines
179 B
MySQL
Raw Normal View History

2024-03-10 05:08:28 -05:00
-- CreateIndex
CREATE INDEX "Collection_ownerId_idx" ON "Collection"("ownerId");
-- CreateIndex
CREATE INDEX "UsersAndCollections_userId_idx" ON "UsersAndCollections"("userId");