-
-
Notifications
You must be signed in to change notification settings - Fork 3k
UUID implementation #14558
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
UUID implementation #14558
Conversation
… + unused use statement removed from FormEntity
…ed to get called implicitly
… + unused use statement removed from FormEntity
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 6.x #14558 +/- ##
============================================
+ Coverage 64.65% 64.67% +0.01%
Complexity 34675 34675
============================================
Files 2273 2273
Lines 103569 103593 +24
============================================
+ Hits 66965 66995 +30
+ Misses 36604 36598 -6
|
# Conflicts: # app/composer.json # composer.lock
composer.lockPackage changes
Settings · Docs · Powered by Private Packagist |
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.
I've made the changes I requested, tested the migration and the UUID columns were created and filled in.
This pull request has been mentioned on Mautic Forums. There might be relevant details there: https://forum.mautic.org/t/issue-with-logging-in-to-mautic-6-0-after-upgrade-from-5-2-5/35610/3 |
Description
UUID implementation. This is necessary for global identification of entities for the campaign library:
#14504
The UUID will be used to decide whether an entity should be updated or inserted during the import of entities.
📋 Steps to test this PR:
bin/console doctrine:migrations:migrate
to apply the migration.