Skip to content

Conversation

melohagan
Copy link
Collaborator

Description

Fix an issue when deleting dev rows that had attachments, the files were not being deleted which was leading to unwanted large app exports.

Addresses

Screenshots

delete.attachments.mov

Launchcontrol

Make sure attachments are deleted when dev rows are deleted.

@melohagan melohagan requested a review from a team as a code owner October 3, 2025 12:56
@melohagan melohagan requested review from adrinr and removed request for a team October 3, 2025 12:56
Copy link

linear bot commented Oct 3, 2025

Copy link

qa-wolf bot commented Oct 3, 2025

QA Wolf here! As you write new code it's important that your test coverage is keeping up.
Click here to request test coverage for this PR!

@github-actions github-actions bot added the size/m label Oct 3, 2025
}

const prodDb = dbCore.getDB(prodAppId)
const response = await prodDb.allDocs(
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The performance here could be an issue.

As the main problem lies with the app exports and unwanted lingering attachment files, it may be better to do a cleanup on export?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant