-
Notifications
You must be signed in to change notification settings - Fork 7
id type changes #890
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
id type changes #890
Conversation
|
There are a lot of file changes, but I wanted to check with you specifically about the changes to ProfileServices, StateYourBusiness, and CCTContextProcedures/ICCTContextProcedures to make sure what I did there was correct. |
EjPlatzer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sharonpatta for the changes in the Models/CCT folder, did you change those manually? Or were those changes automated by Entity Framework Core?
I ask because all of those files are auto-generated, and we re-generate them from the database definition regularly.
@EjPlatzer I advised @sharonpatta to change them manually if it was an easy process because there is otherwise no great way to get the type checks working for the rest of the code. When we actually update the database and are ready to merge this, we will have to refresh the database models and do a final pass-through to make sure it all works. |
Oh ok, I see. When we first discussed, I believe the plan was to make the database changes temporarily, just for long enough to regenerate the models, and then revert them until everything is tested and we're ready to merge it. I think that would be the cleaner way to do this, but I suppose at this point there's not a big difference either way. |
bennettforkner
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am just reviewing this PR so that Teams does not notify me every day that it is waiting for my review.
Gordon ID types have been changed from string to int across the api to prepare for standardizing the id types in the database. Reference: #727