Skip to content

Commit

Permalink
Fix sql_assigners schema definition (NOJIRA)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benn Oshrin committed Nov 17, 2025
1 parent be0ae11 commit a6f178f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/plugins/CoreAssigner/config/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@
}
},
"indexes": {
"sql_assigners": { "columns": [ "identifier_assignment_id" ] }
"sql_assigners_i1": { "columns": [ "identifier_assignment_id" ] },
"sql_assigners_i2": { "columns": [ "type_id" ] },
"sql_assigners_i3": { "needed": false, "columns": [ "server_id" ] }
}
}
}
Expand Down

0 comments on commit a6f178f

Please sign in to comment.