mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
Remove docHistory collection from db helper
Co-authored-by: Ilkin Ismailov <ilkin.ismailov@overleaf.com> GitOrigin-RevId: 788b794ff75564230df99b1b726da87bab468ef9
This commit is contained in:
@@ -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'),
|
||||
|
||||
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user