Skip to content

Commit f1c1a1e

Browse files
committed
models: reserve v11 for backporting release blocker
1 parent c20285a commit f1c1a1e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

models/forgejo_migrations/migrate.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ var migrations = []*Migration{
5959
// v9 -> v10
6060
NewMigration("Add pronouns to user", forgejo_v1_22.AddPronounsToUser),
6161
// v11 -> v12
62+
// NewMigration()
63+
// v12 -> v13
6264
NewMigration("Add repo_archive_download_count table", forgejo_v1_22.AddRepoArchiveDownloadCount),
6365
}
6466

0 commit comments

Comments
 (0)