Skip to content

Commit 3042d13

Browse files
committed
Fix merge
1 parent 76bb0d7 commit 3042d13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

models/migrations/migrations.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,8 @@ var migrations = []Migration{
256256
NewMigration("update reactions constraint", updateReactionConstraint),
257257
// v160 -> v161
258258
NewMigration("Add block on official review requests branch protection", addBlockOnOfficialReviewRequests),
259+
// v161 -> v162
260+
NewMigration("Convert task type from int to string", convertTaskTypeToString),
259261
}
260262

261263
// GetCurrentDBVersion returns the current db version

0 commit comments

Comments
 (0)