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.
v
1 parent a43ea22 commit 3afc3e4Copy full SHA for 3afc3e4
models/migrations/migrations.go
@@ -494,9 +494,9 @@ var migrations = []Migration{
494
NewMigration("Add is_internal column to package", v1_20.AddIsInternalColumnToPackage),
495
// v257 -> v258
496
NewMigration("Add Actions Artifact table", v1_20.CreateActionArtifactTable),
497
- // v258 -> 259
+ // v258 -> v259
498
NewMigration("Add PinOrder Column", v1_20.AddPinOrderToIssue),
499
- // v259 -> 260
+ // v259 -> v260
500
NewMigration("Convert scoped access tokens", v1_20.ConvertScopedAccessTokens),
501
502
// Gitea 1.20.0 ends at 260
0 commit comments