models: reserve v11 for backporting release blocker

This commit is contained in:
Earl Warren 2024-04-11 11:13:28 +02:00
parent c20285aa9d
commit f1c1a1e877
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
2 changed files with 2 additions and 0 deletions

View file

@ -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),
}