Эх сурвалжийг харах

Remove docHistory collection from db helper

Co-authored-by: Ilkin Ismailov <ilkin.ismailov@overleaf.com>
GitOrigin-RevId: 788b794ff75564230df99b1b726da87bab468ef9
Andrew Rumble 9 сар өмнө
parent
commit
0036ad5f31

+ 0 - 1
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'),

+ 0 - 1
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'),