Add the table domain
- In the current version the field
domain
exists in theteams
table. - It is at a wrong place since we can have people in the same team working in different domain, e.g LAL covering both flavor physics and Heavy Ion.
- In order to cover all cases, add the table
domains
with one fielddomain
. - Remove the field
domain
in theteams
table. - Link the
history
table to thedomain
one. - Modify selector and filter accordingly.