-
General overview
Two ways this can be implemented
- soft-delete
- hard-delete
1. soft-delete:- have some type of flag such as 'DEACTIVATED' or use the existing deleted field. in this case, the…
-
Soft (logical) deletes is still the default. I can imagine that is surprising for many. Logical deletes has been deprecated and there is a warning logged.
-
-
Hi,
I have a very basic query filter for soft deletes:
```c
// See: https://github.com/zzzprojects/EntityFramework-Plus/issues/74
QueryFilterManager.ForceCast = true;
// Soft delete
contex…
-
## Problem Statement
Data managers should have the ability to update and delete records from Metamist. Currently, there is limited ability to update records, and where there is, it's mostly confined …
-
### Pitch
We should have a mechanism to undo a `Delete` activity. Currently, they are considered irreversible in Mastodon, to avoid out-of-order messages and malicious replays.
There are a few way…
-
Where:
* `hard` deletes permanently
* `soft` leverages https://github.com/sindresorhus/trash to move to the trash
-
Just a suggestion, maybe add functionality for 'soft deletes', which will be updated when the row is 'deleted', then excluded from further searches (unless set to include deleted entries)
-
Hello,
I tried your soft but when I launch it, it deletes AdvSerialDB.mdf and says that there is no more SQL data.
I'm on Windows 7 Pro x64.
Do you have any idea ?
Thanks.
-
### Description
I was in a channel which is owned by another homeserver where someone posted bad things. Those bad things were then deleted.
However, the redaction event was not propagated over th…