-
https://sourcegraph.slack.com/archives/C07KZF47K/p1611958288163200
Soft user deletes permanently lose email address information:
https://sourcegraph.com/github.com/sourcegraph/sourcegraph@2bd03…
-
https://sourcegraph.slack.com/archives/C07KZF47K/p1611958288163200
Soft user deletes lose all usernameuser ID association, making it impossible to know what the user's original username was for res…
-
Develop a concept on how we could use soft-deletes or S3 lifecycle policies to allow UNDROP Operations.
-
Similar to what was done for PG in #867
-
Generated:
```
AccountID string `boil:"account_id" json:"accountID" toml:"account_id" yaml:"account_id"`
```
But it should be:
```
AccountID string `boil:"account_id" json:…
-
https://sourcegraph.slack.com/archives/C07KZF47K/p1611958288163200
i.e. effectively how to reverse these SQL commands https://sourcegraph.com/github.com/sourcegraph/sourcegraph@2bd033e75de9bb1118d4…
-
Originally in GitLab by @Spice_King
## Feature Summary
Provide the opportunity to undelete entities that might not have been intended.
A clean up method would need to be picked to clear deleted enti…
-
We have been using doc values to handle soft deletes until now, but this is a bit of a hack as it:
- forces users to reserve a field name for doc values
- generally doesn't read directly from doc val…
-
Update all queries accordingly.
m-r-c updated
7 years ago
-
Or in api the response is
reasonPhrase: "Conflict"
-statusCode: 409
Unique index which takes into account soft deletes?
Thanks for your help.