You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I replace a file with a new one (using ActiveRecord::update), the original file remains in untouched. Assuming that we always have just one link to a file (which looks like a safe assumption when autoDelete = true, I think the original file should be deleted in such cases to avoid garbage buildup.
The text was updated successfully, but these errors were encountered:
When I replace a file with a new one (using
ActiveRecord::update
), the original file remains in untouched. Assuming that we always have just one link to a file (which looks like a safe assumption whenautoDelete = true
, I think the original file should be deleted in such cases to avoid garbage buildup.The text was updated successfully, but these errors were encountered: