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 f1eccad commit f46d504Copy full SHA for f46d504
models/migrations/migrations.go
@@ -310,7 +310,7 @@ var migrations = []Migration{
310
// v179 -> v180
311
NewMigration("Convert avatar url to text", convertAvatarURLToText),
312
// v180 -> v181
313
- NewMigration("Delete orphaned IssueLabels", renameTaskErrorsToMessage),
+ NewMigration("Rename Task errors to message", renameTaskErrorsToMessage),
314
}
315
316
// GetCurrentDBVersion returns the current db version
0 commit comments