[web] remove deledFiles collection (#25750)

* [history-v1] remove processing of deleted files when back-filling hashes

* [web] remove deledFiles collection

GitOrigin-RevId: 7c080e564f7d7acb33ebe7ebe012f415a847d0df
This commit is contained in:
Jakob Ackermann
2025-05-23 08:05:01 +00:00
committed by Copybot
parent 52f1e46343
commit 11b94593c2
21 changed files with 155 additions and 809 deletions
@@ -33,7 +33,6 @@ addConnectionDrainer('mongodb', async () => {
const internalDb = mongoClient.db()
const db = {
contacts: internalDb.collection('contacts'),
deletedFiles: internalDb.collection('deletedFiles'),
deletedProjects: internalDb.collection('deletedProjects'),
deletedSubscriptions: internalDb.collection('deletedSubscriptions'),
deletedUsers: internalDb.collection('deletedUsers'),