-
Notifications
You must be signed in to change notification settings - Fork 2k
Delete attachments on dev rows #17074
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Delete attachments on dev rows #17074
Conversation
QA Wolf here! As you write new code it's important that your test coverage is keeping up. |
This reverts commit 5f05303.
…nal-table-deleted-rows
} | ||
|
||
const prodDb = dbCore.getDB(prodAppId) | ||
const response = await prodDb.allDocs( |
There was a problem hiding this comment.
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?
…nal-table-deleted-rows
…nal-table-deleted-rows
…nal-table-deleted-rows
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.