mirror of
https://github.com/overleaf/overleaf.git
synced 2025-12-05 01:10:29 +00:00
Remove docHistoryIndex collection from db helpers
GitOrigin-RevId: 02a2c2291e1b7cb92558e2b1091275bd6cd15e5b
This commit is contained in:
@@ -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'),
|
||||
|
||||
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user