Skip to content

Commit 6840a8c

Browse files
authored
Add comment marking the end of database migrations in 1.19.0 (#22975)
There will be no more migrations in `1.19.0` --------- Signed-off-by: Yarden Shoham <[email protected]>
1 parent 8e9814c commit 6840a8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

models/migrations/migrations.go

+2
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,8 @@ var migrations = []Migration{
461461
NewMigration("Alter gpg_key_import content TEXT field to MEDIUMTEXT", v1_19.AlterPublicGPGKeyImportContentFieldToMediumText),
462462
// v243 -> v244
463463
NewMigration("Add exclusive label", v1_19.AddExclusiveLabel),
464+
465+
// Gitea 1.19.0 ends at v244
464466
}
465467

466468
// GetCurrentDBVersion returns the current db version

0 commit comments

Comments
 (0)