Add thread
, category
and is_orphaned
fields to attachments
#1812
Labels
area: backend
This issue involves Python, Django or dependency (eg. database)
feature: posting
Start/reply/edit flows
Milestone
thread
andcategory
fields will let us easily move attachments around.Making
thread
,user
,category
andpost
fields nullable will let us delete attachments at later time so we don't slow downdelete
operations with IO to delete files from media storage.is_orphaned
field will let us flag which attachments to delete.This is a blocker for #1811 and new threads moderation actions.
The text was updated successfully, but these errors were encountered: