We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76bb0d7 commit 3042d13Copy full SHA for 3042d13
models/migrations/migrations.go
@@ -256,6 +256,8 @@ var migrations = []Migration{
256
NewMigration("update reactions constraint", updateReactionConstraint),
257
// v160 -> v161
258
NewMigration("Add block on official review requests branch protection", addBlockOnOfficialReviewRequests),
259
+ // v161 -> v162
260
+ NewMigration("Convert task type from int to string", convertTaskTypeToString),
261
}
262
263
// GetCurrentDBVersion returns the current db version
0 commit comments