mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-02 09:17:10 +02:00
correctly add the migration for size limit / fix test
This commit is contained in:
@@ -400,7 +400,7 @@ func prepareMigrationTasks() []*migration {
|
||||
newMigration(323, "Add support for actions concurrency", v1_26.AddActionsConcurrency),
|
||||
|
||||
// to modify later
|
||||
newMigration(999, "Add size limit on repository", v1_26.AddSizeLimitOnRepo),
|
||||
newMigration(324, "Add size limit on repository", v1_26.AddSizeLimitOnRepo),
|
||||
}
|
||||
return preparedMigrations
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user