Fix missing updated time on migrated issues and comments#9744
Conversation
sapk
left a comment
There was a problem hiding this comment.
Need adjustement on test data otherwise LGTM
|
@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