Files
2025-12-25 09:24:27 +01:00

6 lines
228 B
SQL

-- CreateIndex
CREATE INDEX "Artwork_published_sortKey_id_idx" ON "Artwork"("published", "sortKey", "id");
-- CreateIndex
CREATE INDEX "Artwork_year_published_sortKey_id_idx" ON "Artwork"("year", "published", "sortKey", "id");