mirror of
https://github.com/friendica/friendica
synced 2025-04-26 04:30:11 +00:00
Fix "Cannot drop index 'last-editor-uid': needed in a foreign key constraint"
This commit is contained in:
parent
1359b171af
commit
c822d5fa94
4 changed files with 17 additions and 6 deletions
|
@ -1710,6 +1710,7 @@ return [
|
|||
"cid" => ["cid"],
|
||||
"reporter-id" => ["reporter-id"],
|
||||
"gsid" => ["gsid"],
|
||||
"last-editor-uid" => ["last-editor-uid"],
|
||||
"assigned-uid" => ["assigned-uid"],
|
||||
"status-resolution" => ["status", "resolution"],
|
||||
"created" => ["created"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue