1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-27 04:38:36 +00:00

fmt after merge

This commit is contained in:
David Svantesson
2019-10-05 12:48:02 +00:00
parent 5316bdfd85
commit c1a2e266a4

View File

@@ -254,7 +254,6 @@ var migrations = []Migration{
NewMigration("add original author name and id on migrated release", addOriginalAuthorOnMigratedReleases),
// v99 -> v100
NewMigration("add includes_all_repositories to teams", addTeamIncludesAllRepositories),
}
// Migrate database to current version