Fix references Migrations#1167
Conversation
|
I fixed CI on master, try merging that in |
|
Actually after thinking a bit more, this will trigger many unecessary migrations like which is just noise. We can make the equality more lenient, considering |
2d02c00 to
b0f5918
Compare
b0f5918 to
65d72aa
Compare
|
I rebased this and extended it with a fix for #1169 |
65d72aa to
1d0c8dd
Compare
Yeah, i"m in favor of that! |
Cool this is handled now at |
|
Fantastic, thanks! Just needs the CHangelog and a patch version bump :) |
parsonsmatt
left a comment
There was a problem hiding this comment.
a few version quibbles, thanks!
persistent-mysql/ChangeLog.md
Outdated
| @@ -1,5 +1,9 @@ | |||
| # Changelog for persistent-mysql | |||
|
|
|||
| ## (Unreleased) 2.10.4 | |||
There was a problem hiding this comment.
| ## (Unreleased) 2.10.4 | |
| ## 2.10.4.1 |
There was a problem hiding this comment.
It's a bugfix release, no dditions to the api, so a patch version is appropriate :)
There was a problem hiding this comment.
should that be 2.10.3.1 then or I'm wrong?
There was a problem hiding this comment.
😂 No, you're right - 2.10.3.1.
There was a problem hiding this comment.
Cool this should be ready then :)
persistent-postgresql/ChangeLog.md
Outdated
| @@ -1,5 +1,10 @@ | |||
| # Changelog for persistent-postgresql | |||
|
|
|||
| ## (Unreleased) 2.11.0.1 | |||
There was a problem hiding this comment.
| ## (Unreleased) 2.11.0.1 | |
| ## 2.11.0.1 |
I'll get this out asap.
bfbd0ab to
f29b1ef
Compare
|
Released and tagged |
I noticed that when the cascade behavior of a field foreign key changes (ie by adding OnDeleteCascade), no migrations is generated. Is there any reason not to? There is a comment
An unspecified 'CascadeAction' is defaulted to 'Restrict' when doing migrations., so maybe there is already a way to make migrations work that I missed?@sincedeclarations to the HaddockAfter submitting your PR:
(unreleased)on the Changelog