mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-21 08:31:27 -05:00
models: reserve v11 for backporting release blocker
This commit is contained in:
parent
c20285aa9d
commit
f1c1a1e877
2 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,8 @@ var migrations = []*Migration{
|
|||
// v9 -> v10
|
||||
NewMigration("Add pronouns to user", forgejo_v1_22.AddPronounsToUser),
|
||||
// v11 -> v12
|
||||
// NewMigration()
|
||||
// v12 -> v13
|
||||
NewMigration("Add repo_archive_download_count table", forgejo_v1_22.AddRepoArchiveDownloadCount),
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue