Use batch insert on migrating repository to make the process faster (#7050)
* Use batch insert on migrating repository to make the process faster * fix lint * fix tests * fix comments
This commit is contained in:
@ -9,6 +9,7 @@ import "time"
|
||||
|
||||
// Comment is a standard comment information
|
||||
type Comment struct {
|
||||
IssueIndex int64
|
||||
PosterName string
|
||||
PosterEmail string
|
||||
Created time.Time
|
||||
|
Reference in New Issue
Block a user