Fix "Cannot drop index 'last-editor-uid': needed in a foreign key constraint"

This commit is contained in:
Michael 2023-07-10 20:50:16 +00:00
parent 1359b171af
commit c822d5fa94
4 changed files with 17 additions and 6 deletions

View file

@ -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"],