This PR should resolve the Django CI issue that was breaking in master. This updates the AppointmentSlot model by making the general_user and the hospital_user foreign keys nullable --- this means we can create AppointmentSlots without necessarily assigning it to any particular user.
This PR should resolve the Django CI issue that was breaking in master. This updates the
AppointmentSlot
model by making thegeneral_user
and thehospital_user
foreign keys nullable --- this means we can create AppointmentSlots without necessarily assigning it to any particular user.