mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat: add socrates (#65430)
Co-authored-by: Mrugesh Mohapatra <noreply@mrugesh.dev>
This commit is contained in:
@@ -124,6 +124,15 @@ const indexData: IndexData[] = [
|
||||
collection: 'MsUsername',
|
||||
indexes: [{ key: { userId: 1, id: 1 }, name: 'userId_1__id_1' }]
|
||||
},
|
||||
{
|
||||
collection: 'SocratesUsage',
|
||||
indexes: [
|
||||
{
|
||||
key: { userId: 1, date: 1 },
|
||||
name: 'userId_date_unique'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
collection: 'Survey',
|
||||
indexes: [{ key: { userId: 1 }, name: 'userId_1' }]
|
||||
|
||||
Reference in New Issue
Block a user