Skip to content

Commit 203689a

Browse files
committed
fix count
1 parent 2ebbc72 commit 203689a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

models/migrations/v81.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ func fixReleaseSha1OnReleaseTable(x *xorm.Engine) error {
7979
if err = sess.Begin(); err != nil {
8080
return err
8181
}
82+
count = 0
8283
}
8384
}
8485
}

0 commit comments

Comments
 (0)