mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-19 13:00:32 -05:00
fix(api): add msUsername index to prisma (#54187)
This commit is contained in:
@@ -208,6 +208,7 @@ model MsUsername {
|
||||
msUsername String
|
||||
|
||||
@@index([userId, id], map: "userId_1__id_1")
|
||||
@@index([msUsername], map: "msUsername_1")
|
||||
}
|
||||
|
||||
model Exam {
|
||||
|
||||
Reference in New Issue
Block a user