diff --git a/services/web/app/src/infrastructure/mongodb.js b/services/web/app/src/infrastructure/mongodb.js index 737bcf023d..81e78129d0 100644 --- a/services/web/app/src/infrastructure/mongodb.js +++ b/services/web/app/src/infrastructure/mongodb.js @@ -39,7 +39,6 @@ const db = { deletedUsers: internalDb.collection('deletedUsers'), dropboxEntities: internalDb.collection('dropboxEntities'), dropboxProjects: internalDb.collection('dropboxProjects'), - docHistory: internalDb.collection('docHistory'), docHistoryIndex: internalDb.collection('docHistoryIndex'), docSnapshots: internalDb.collection('docSnapshots'), docs: internalDb.collection('docs'), diff --git a/tools/migrations/lib/mongodb.mjs b/tools/migrations/lib/mongodb.mjs index 993794463c..bd3fe1f8aa 100644 --- a/tools/migrations/lib/mongodb.mjs +++ b/tools/migrations/lib/mongodb.mjs @@ -18,7 +18,6 @@ export const db = { deletedUsers: internalDb.collection('deletedUsers'), dropboxEntities: internalDb.collection('dropboxEntities'), dropboxProjects: internalDb.collection('dropboxProjects'), - docHistory: internalDb.collection('docHistory'), docHistoryIndex: internalDb.collection('docHistoryIndex'), docSnapshots: internalDb.collection('docSnapshots'), docs: internalDb.collection('docs'),