mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 01:05:14 +00:00
Add missing v
in migrations.go (#25252)
This commit is contained in:
parent
a43ea22479
commit
3afc3e4a71
|
@ -494,9 +494,9 @@ var migrations = []Migration{
|
||||||
NewMigration("Add is_internal column to package", v1_20.AddIsInternalColumnToPackage),
|
NewMigration("Add is_internal column to package", v1_20.AddIsInternalColumnToPackage),
|
||||||
// v257 -> v258
|
// v257 -> v258
|
||||||
NewMigration("Add Actions Artifact table", v1_20.CreateActionArtifactTable),
|
NewMigration("Add Actions Artifact table", v1_20.CreateActionArtifactTable),
|
||||||
// v258 -> 259
|
// v258 -> v259
|
||||||
NewMigration("Add PinOrder Column", v1_20.AddPinOrderToIssue),
|
NewMigration("Add PinOrder Column", v1_20.AddPinOrderToIssue),
|
||||||
// v259 -> 260
|
// v259 -> v260
|
||||||
NewMigration("Convert scoped access tokens", v1_20.ConvertScopedAccessTokens),
|
NewMigration("Convert scoped access tokens", v1_20.ConvertScopedAccessTokens),
|
||||||
|
|
||||||
// Gitea 1.20.0 ends at 260
|
// Gitea 1.20.0 ends at 260
|
||||||
|
|
Loading…
Reference in a new issue