mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-01-18 16:44:09 -05:00
fmt after merge
This commit is contained in:
parent
5316bdfd85
commit
c1a2e266a4
1 changed files with 0 additions and 1 deletions
|
@ -254,7 +254,6 @@ var migrations = []Migration{
|
||||||
NewMigration("add original author name and id on migrated release", addOriginalAuthorOnMigratedReleases),
|
NewMigration("add original author name and id on migrated release", addOriginalAuthorOnMigratedReleases),
|
||||||
// v99 -> v100
|
// v99 -> v100
|
||||||
NewMigration("add includes_all_repositories to teams", addTeamIncludesAllRepositories),
|
NewMigration("add includes_all_repositories to teams", addTeamIncludesAllRepositories),
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Migrate database to current version
|
// Migrate database to current version
|
||||||
|
|
Loading…
Add table
Reference in a new issue