Merge pull request #9291 from overleaf/jpa-dropbox-project-id
[third-party-datastore] tracking of dropboxId for project folder GitOrigin-RevId: fd47441c81ba1a845dac6d34557ceed2dcbdd7fe
This commit is contained in:
@@ -39,6 +39,7 @@ async function setupDb() {
|
||||
db.deletedSubscriptions = internalDb.collection('deletedSubscriptions')
|
||||
db.deletedUsers = internalDb.collection('deletedUsers')
|
||||
db.dropboxEntities = internalDb.collection('dropboxEntities')
|
||||
db.dropboxProjects = internalDb.collection('dropboxProjects')
|
||||
db.docHistory = internalDb.collection('docHistory')
|
||||
db.docHistoryIndex = internalDb.collection('docHistoryIndex')
|
||||
db.docOps = internalDb.collection('docOps')
|
||||
|
||||
Reference in New Issue
Block a user