mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-08 05:18:19 +08:00
Fix missing updated time on migrated issues and comments (#9744)
* 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>
This commit is contained in:
@ -21,6 +21,7 @@ type PullRequest struct {
|
||||
Milestone string
|
||||
State string
|
||||
Created time.Time
|
||||
Updated time.Time
|
||||
Closed *time.Time
|
||||
Labels []*Label
|
||||
PatchURL string
|
||||
|
Reference in New Issue
Block a user