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
Replace registration status patient session foreign key
This replaces the foreign key association between registration statuses
and patient sessions to instead link directly to the patient. This is
needed as we eventually want to replace the PatientSession model and to
do that we need to make sure all foreign keys to it have been replaced.
The functionality should be the same before and after.
Jira-Issue: MAV-1821
0 commit comments