6 lines
228 B
SQL
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");
|