-
-
Notifications
You must be signed in to change notification settings - Fork 223
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
Doctrine-Migration INCOHERENCES on fresh Neos setup of versions 5.x || 7.x || 8.x #3118
Comments
wow thanks for the detailed writedown ;) ❤️ maybe this is related? #2475 |
Sure, this must be related ...
So apparently 2 topics from 2019 have outlast history, - somehow ... ;-) |
hehe yes as it seems ^^ Ill be on vacation soon so i cant currently take care of it, but ill try remember it for the next sprint ^^ Sorry for no feedback over such long time ^^ Happy Easter / Holiday for now! |
Fixes neos#3118 (at least partly.)
|
"Migration-incoherences" (mysql) on FRESH Neos installations (updated on 07 May 2023)
Neos "8.3.0 with PR-'patch'" -> ./flow doctrine:migrationgenerate => generated migration-class
----> see PR #4236 with 2 migrations ... (= PR not merged yet)
===> that would fix almost all, - except the leftover incoherence originated in package: https://github.com/neos/redirecthandler-databasestorage
:-)
Neos 8.3.0 -> ./flow doctrine:migrationgenerate => generated migration-class
Neos 8.2.0 -> ./flow doctrine:migrationgenerate => generated migration-class
Neos 8.1.2 -> ./flow doctrine:migrationgenerate => generated migration-class
... see PR #3889 which improves here the first of those 3 issues ... :-)
Neos 8.0.1 -> ./flow doctrine:migrationgenerate => generated migration-class
Neos 7.3.1 -> ./flow doctrine:migrationgenerate => generated migration-class
Neos 7.2.3 -> ./flow doctrine:migrationgenerate => generated migration-class
Neos 7.1 -> ./flow doctrine:migrationgenerate => generated migration-class
Neos 7.0 -> ./flow doctrine:migrationgenerate => generated migration-class
Neos 5.3 -> ./flow doctrine:migrationgenerate => generated migration-class
Neos 5.2 -> ./flow doctrine:migrationgenerate => generated migration-class
Neos 5.1 -> ./flow doctrine:migrationgenerate => generated migration-class
Neos 5.0 -> ./flow doctrine:migrationgenerate => generated migration-class
Neos 4.3 -> ./flow doctrine:migrationgenerate => generated migration-class
Steps to Reproduce
Expected behavior
... an empty migration-class ... (shouldn't ...?)
Actual behavior
see migration-classes listed above ...
Affected Versions
SEE: Neos-Distribution Version mentioned on migration-classes listed above in the 'Description' ...
--> 'Tag'-Model -> mutation introduced on Version Neos.Media 5.2
--> ........
--> ........
NOTE:
I just wanted to mention this behavior for now, - as I suppose this to be important to get cleared once ... (??)
Nevertheless I am aware that this needs deeper investigation to gain clear overview ... and fixes.
The text was updated successfully, but these errors were encountered: