If the users and patient data were stored in two different databases, I would not need to always recreate all the users when something is broken with the patient data.
Also, this would allow me to delete and recreate the patient database (e.g. on every push to the main branch) from the data in the lyDATA repository programmatically.
If the users and patient data were stored in two different databases, I would not need to always recreate all the users when something is broken with the patient data.
Also, this would allow me to delete and recreate the patient database (e.g. on every push to the
mainbranch) from the data in thelyDATArepository programmatically.