You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The database model for team contains a baton_id; but this shouldn't be used (it should be calculated based on batonswitchovers). We should be able to remove this without any consequences; if anything breaks, this is a bug (since we then know this doesn't use the switchovers).
This is an easier issue than #134; we don't need to remove baton ID's entirely, just in the team model, which nobody should be using anyways.
The text was updated successfully, but these errors were encountered:
This is apparently also in use by monitoring; this edition, we should take care to always update the baton_id when we do a baton switchover; next edition, we should remove this from the database on the first codenight.
The database model for
team
contains abaton_id
; but this shouldn't be used (it should be calculated based on batonswitchovers). We should be able to remove this without any consequences; if anything breaks, this is a bug (since we then know this doesn't use the switchovers).This is an easier issue than #134; we don't need to remove baton ID's entirely, just in the team model, which nobody should be using anyways.
The text was updated successfully, but these errors were encountered: