This commit is contained in:
Tim-Niclas Oelschläger 2024-03-04 22:10:29 +01:00
parent 0ec2f43b19
commit 32b57c89f0
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View File

@ -558,7 +558,7 @@ var migrations = []Migration{
NewMigration("Add PreviousDuration to ActionRun", v1_22.AddPreviousDurationToActionRun),
// v286 -> v287
NewMigration("Add support for SHA256 git repositories", v1_22.AdjustDBForSha256),
// v287 -> v288
// v288 -> v289
NewMigration("Change KeepActivityPrivate to AddActionsVisibility", v1_22.AddActionsVisibility),
}