crex424 / EasyAppointmentManager

A website to keep track and manage appointments of varying types such as Dentist, Doctor, and Neurologist appointments.
1 stars 1 forks source link

Campbell issue#52 one to many relationship between doctor specialty #58

Closed crex424 closed 1 year ago

crex424 commented 1 year ago

Close #52 Created a one-to-one relationship between Doctor and Specialty. Deleted migrations to hopefully make database function as we wish it. Let me know if you do not wish to do so. If you are ok with this change then you will need to delete your local database. Renamed Specialties to Specialty to Tung's request for which I agree.

TungKimProgrammer commented 1 year ago

It's dangerous to delete migrations. I had a hard-time experience with this. Avoid that pathway if you could. Especially, if it gets involved with Identity. Checking out your branch, and when I try to Update-Database, it's not working even though I deleted my localDB. Please put the merging on hold.

crex424 commented 1 year ago

I will revert those changes immediately. Thanks for the quick feedback.