This website requires JavaScript.
Explore
Help
Register
Sign In
letsbe
/
MOPC-App
Watch
1
Star
0
Fork
You've already forked MOPC-App
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
0afd4d97c6
MOPC-App
/
prisma
/
migrations
/
20260211120000_add_award_vo...
/
migration.sql
3 lines
96 B
SQL
Raw
Blame
History
-- CreateIndex
CREATE
INDEX
"
AwardVote_awardId_userId_idx
"
ON
"
AwardVote
"
(
"
awardId
"
,
"
userId
"
)
;
Reference in New Issue
View Git Blame
Copy Permalink