-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Fix missing updated time on migrated issues and comments #9744
Conversation
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.
Need adjustement on test data otherwise LGTM
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.
as comment
@sapk no there is a missing line ... |
This comment has been minimized.
This comment has been minimized.
b9eefdf
to
b00a6bc
Compare
Codecov Report
@@ Coverage Diff @@
## master #9744 +/- ##
=========================================
+ Coverage 42.3% 42.3% +<.01%
=========================================
Files 598 598
Lines 78318 78324 +6
=========================================
+ Hits 33135 33138 +3
- Misses 41127 41130 +3
Partials 4056 4056
Continue to review full report at Codecov.
|
Is a new migration needed for these changes (not possible for backport, but what about master)? |
migration is only needed if we like to fix old records |
@6543 but this is new column |
@techknowlogick will add a migration. |
@techknowlogick colum already exist in db. But with wrong entrys for migrated issues ... |
@6543 ah ok. Thanks for pointing that out. I thought this was a different struct. |
Make lg-tm work |
* Fix missing updated time on migrated issues and comments * Fix testing and missing updated on migrating pullrequest Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
* Fix missing updated time on migrated issues and comments * Fix testing and missing updated on migrating pullrequest Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com> Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
Should fix #9741