Remove docHistory collection from db helper

Co-authored-by: Ilkin Ismailov <ilkin.ismailov@overleaf.com>
GitOrigin-RevId: 788b794ff75564230df99b1b726da87bab468ef9
This commit is contained in:
Andrew Rumble
2025-10-23 12:00:34 +01:00
committed by Copybot
parent 4b38d95e03
commit 6603290297
2 changed files with 0 additions and 2 deletions

View File

@@ -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'),

View File

@@ -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'),