Browse Source

restore: ignore created_unix for milestone table (#5264)

pull/5315/head
Unknwon 7 years ago
parent
commit
029b33c650
No known key found for this signature in database
GPG Key ID: 7A02C406FAC875A2
  1. 1
      models/models.go

1
models/models.go

@ -301,6 +301,7 @@ func ImportDatabase(dirPath string, verbose bool) (err error) {
skipInsertProcessors := map[string]bool{
"mirror": true,
"milestone": true,
}
// Purposely create a local variable to not modify global variable

Loading…
Cancel
Save