Fix migration comment (#1241)
This commit is contained in:
parent
79ec33fd60
commit
8746fb3385
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ var migrations = []Migration{
|
|||
NewMigration("use new avatar path name for security reason", useNewNameAvatars),
|
||||
// v21 -> v22
|
||||
NewMigration("rewrite authorized_keys file via new format", useNewPublickeyFormat),
|
||||
// v21 -> v22
|
||||
// v22 -> v23
|
||||
NewMigration("generate and migrate wiki Git hooks", generateAndMigrateWikiGitHooks),
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue