Skip to content
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

Add githubIssueNumber field for epic work #52

Closed
wants to merge 2 commits into from

Conversation

jhaigh0
Copy link
Contributor

@jhaigh0 jhaigh0 commented Mar 15, 2024

As outlined in #51 this pr is to add a githubIssueNumber to the report model to facilitate the error reporter Epic work. I chose to do the simpler change to meet the mvp, I think it would be good to make the structure more efficient in the future.

When I generated the migration file it's added these AlterField commands on the auto ID fields. I think changing them from AutoField to BigAutoField? Martyn recreated this behaviour on his local version, and we agreed it looks okay.

After this is merged, I don't think I'll immediately update the live version, I'll do that when code for the mvp is in place.

Fixes #51

@jhaigh0
Copy link
Contributor Author

jhaigh0 commented Apr 26, 2024

Needed to make other db changes for the project so will just include this in the main pr

@jhaigh0 jhaigh0 closed this Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Modification of error reports database
1 participant