mirror of
https://github.com/friendica/friendica
synced 2025-04-27 13:50:12 +00:00
Fixes several database errors, removes "relation" handling
This commit is contained in:
parent
de90f5351f
commit
99a145f7cf
11 changed files with 39 additions and 176 deletions
|
@ -54,6 +54,8 @@ class RemoveContact {
|
|||
DBA::delete('item', ['contact-id' => $id]);
|
||||
}
|
||||
|
||||
DBA::delete('mail', ['contact-id' => $id]);
|
||||
|
||||
Post\ThreadUser::delete(['author-id' => $id]);
|
||||
Post\ThreadUser::delete(['owner-id' => $id]);
|
||||
Post\ThreadUser::delete(['causer-id' => $id]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue