loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add missing `v` in migrations.go (#25252)

authored by

yp05327 and committed by
GitHub
3afc3e4a a43ea224

+2 -2
+2 -2
models/migrations/migrations.go
··· 494 494 NewMigration("Add is_internal column to package", v1_20.AddIsInternalColumnToPackage), 495 495 // v257 -> v258 496 496 NewMigration("Add Actions Artifact table", v1_20.CreateActionArtifactTable), 497 - // v258 -> 259 497 + // v258 -> v259 498 498 NewMigration("Add PinOrder Column", v1_20.AddPinOrderToIssue), 499 - // v259 -> 260 499 + // v259 -> v260 500 500 NewMigration("Convert scoped access tokens", v1_20.ConvertScopedAccessTokens), 501 501 502 502 // Gitea 1.20.0 ends at 260