mirror of
https://github.com/go-gitea/gitea.git
synced 2026-05-16 14:47:48 +02:00
Updated migrations to follow standard naming
This commit is contained in:
parent
521d277e41
commit
b81fe08e0b
@ -398,9 +398,7 @@ func prepareMigrationTasks() []*migration {
|
||||
// Gitea 1.25.0 ends at migration ID number 322 (database version 323)
|
||||
|
||||
newMigration(323, "Add support for actions concurrency", v1_26.AddActionsConcurrency),
|
||||
|
||||
// to modify later
|
||||
newMigration(324, "Add size limit on repository", v1_26.AddSizeLimitOnRepo),
|
||||
newMigration(324, "Add support for repository size limit - SizeLimit and LFSSizeLimit columns to repository table", v1_26.AddSizeLimitOnRepo),
|
||||
}
|
||||
return preparedMigrations
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user