Open tsbonev opened 5 years ago
Currently trash is kept in a separate generic table which spawns issues that clutter the domain. Consider migrating the logic so that each object contains a nullable 'deletedOn' field that is used to determine it's state in the database.
Currently trash is kept in a separate generic table which spawns issues that clutter the domain. Consider migrating the logic so that each object contains a nullable 'deletedOn' field that is used to determine it's state in the database.