3 lines
96 B
MySQL
3 lines
96 B
MySQL
|
|
-- CreateIndex
|
||
|
|
CREATE INDEX "AwardVote_awardId_userId_idx" ON "AwardVote"("awardId", "userId");
|