Skip to content

Commit 3afc3e4

Browse files
authored
Add missing v in migrations.go (#25252)
1 parent a43ea22 commit 3afc3e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

models/migrations/migrations.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,9 +494,9 @@ var migrations = []Migration{
494494
NewMigration("Add is_internal column to package", v1_20.AddIsInternalColumnToPackage),
495495
// v257 -> v258
496496
NewMigration("Add Actions Artifact table", v1_20.CreateActionArtifactTable),
497-
// v258 -> 259
497+
// v258 -> v259
498498
NewMigration("Add PinOrder Column", v1_20.AddPinOrderToIssue),
499-
// v259 -> 260
499+
// v259 -> v260
500500
NewMigration("Convert scoped access tokens", v1_20.ConvertScopedAccessTokens),
501501

502502
// Gitea 1.20.0 ends at 260

0 commit comments

Comments
 (0)