Merge pull request #30750 from overleaf/mfb-migration-improve-handling-of-debug-projects

Create index to search for debug projects.

GitOrigin-RevId: 58c5ff47c6053f03dcd54c88d06d022fcb78d626
This commit is contained in:
Maria Florencia Besteiro Gonzalez
2026-01-27 09:06:23 +00:00
committed by Copybot
parent e9b85c4fa3
commit cee51f16ff
2 changed files with 32 additions and 0 deletions
+1
View File
@@ -88,6 +88,7 @@ export const ProjectSchema = new Schema(
rangesSupportEnabled: { type: Boolean },
otMigrationStage: { type: Number },
},
isDebugCopyOf: { type: ObjectId },
},
collabratecUsers: [
{