Skip to content

Commit bd4123a

Browse files
committed
Fix
1 parent aa4f3fc commit bd4123a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/migration/release.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ type Release struct {
3737
Assets []*ReleaseAsset
3838
Created time.Time
3939
Published time.Time
40+
OriginalID int64 `yaml:"-"` // ID from the upstream syncing source
4041
}
4142

4243
// GetExternalName ExternalUserMigrated interface

0 commit comments

Comments
 (0)