mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-13 10:52:53 +00:00
feat: add index on user github id
This commit is contained in:
@@ -6,7 +6,7 @@ const UserSchema = new Schema({
|
||||
github: { type: String },
|
||||
},
|
||||
externalIDs: {
|
||||
github: { type: String },
|
||||
github: { type: String, index: true },
|
||||
},
|
||||
username: {
|
||||
type: String,
|
||||
|
||||
Reference in New Issue
Block a user