-
Notifications
You must be signed in to change notification settings - Fork 84
Track release history #2404
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
Track release history #2404
Conversation
kybishop
commented
Dec 5, 2025
62862a9 to
08e7984
Compare
| @@ -0,0 +1,23 @@ | |||
| defmodule NervesHub.Repo.Migrations.AddCascadeDeleteToDeploymentReleases do | |||
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.
Foreign key validation does not need to be separated out to a second migration because there are no deployment_release records until after this PR.
nshoes
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.
This LGTM. I'll publish and run through a few tests in our QA.
lib/nerves_hub_web/components/deployment_group_page/release_history.ex
Outdated
Show resolved
Hide resolved
…story.ex Co-authored-by: Nate Shoemaker <[email protected]>
Co-authored-by: Nate Shoemaker <[email protected]>
