Skip to content
Snippets Groups Projects
Commit 002ff4e7 authored by Peter Rotich's avatar Peter Rotich
Browse files

upgrader: Drop select related on staff lookup

This is necessary because group table gets renamed as part of the upgrade.
parent 85f14ce4
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,6 @@ implements AuthenticatedUser {
static $meta = array(
'table' => STAFF_TABLE,
'pk' => array('staff_id'),
'select_related' => array('group'),
'joins' => array(
'dept' => array(
'constraint' => array('dept_id' => 'Dept.id'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment