-
Notifications
You must be signed in to change notification settings - Fork 36
📝Documentation for EF Core migrations #548
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
📝Documentation for EF Core migrations #548
Conversation
|
@danielmackay @lukecookssw |
danielmackay
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.
Few comments
|
Changes have been made per your comments, let me know if wording or formatting needs to be changed. |
danielmackay
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.
1 small comment
Co-authored-by: Daniel Mackay [SSW] <[email protected]>
danielmackay
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.
Ship it! 🚀
✏️ As an intern, while exploring and learning how to use the CA template utilising migrations required significant trial and error. After discussion with @lukecookssw we determined the procedure required to add and remove migrations cleanly.
✏️ A section was added to the README.md file, consistent with the styling of the rest of the file, detailing the commands and procedures required to add and remove migrations including any arguments or tools required.
✏️ I worked with @lukecookssw.