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
The delete endpoint only sets the is_deleted field to true but the file is not deleted. This is eventually going to fill up the server. How should we delete the papers? Some options:
A weekly cronjob that deletes marked for deletion older than a week.
An option in the admin dashboard to do a hard delete instead of soft delete.
A "trash" section in the admin dashboard where trashed papers can be hard deleted.
The text was updated successfully, but these errors were encountered:
The delete endpoint only sets the
is_deleted
field totrue
but the file is not deleted. This is eventually going to fill up the server. How should we delete the papers? Some options:The text was updated successfully, but these errors were encountered: