mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Allow migrating installations with no local avatars (#1056)
This commit is contained in:
committed by
Lunny Xiao
parent
80f900ebae
commit
bf24099114
@@ -89,7 +89,7 @@ var migrations = []Migration{
|
||||
// v19 -> v20
|
||||
NewMigration("generate and migrate Git hooks", generateAndMigrateGitHooks),
|
||||
// v20 -> v21
|
||||
NewMigration("use new avtar path name for security reason", useNewNameAvatars),
|
||||
NewMigration("use new avatar path name for security reason", useNewNameAvatars),
|
||||
}
|
||||
|
||||
// Migrate database to current version
|
||||
|
Reference in New Issue
Block a user