Remove docHistoryIndex collection from db helpers

GitOrigin-RevId: 02a2c2291e1b7cb92558e2b1091275bd6cd15e5b
This commit is contained in:
Andrew Rumble
2025-11-10 13:17:34 +00:00
committed by Copybot
parent cc1eb9b6e5
commit ee5ff397f8
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'),
docHistoryIndex: internalDb.collection('docHistoryIndex'),
docSnapshots: internalDb.collection('docSnapshots'),
docs: internalDb.collection('docs'),
feedbacks: internalDb.collection('feedbacks'),

View File

@@ -18,7 +18,6 @@ export const db = {
deletedUsers: internalDb.collection('deletedUsers'),
dropboxEntities: internalDb.collection('dropboxEntities'),
dropboxProjects: internalDb.collection('dropboxProjects'),
docHistoryIndex: internalDb.collection('docHistoryIndex'),
docSnapshots: internalDb.collection('docSnapshots'),
docs: internalDb.collection('docs'),
feedbacks: internalDb.collection('feedbacks'),