We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1.19.0
1 parent 8e9814c commit 6840a8cCopy full SHA for 6840a8c
models/migrations/migrations.go
@@ -461,6 +461,8 @@ var migrations = []Migration{
461
NewMigration("Alter gpg_key_import content TEXT field to MEDIUMTEXT", v1_19.AlterPublicGPGKeyImportContentFieldToMediumText),
462
// v243 -> v244
463
NewMigration("Add exclusive label", v1_19.AddExclusiveLabel),
464
+
465
+ // Gitea 1.19.0 ends at v244
466
}
467
468
// GetCurrentDBVersion returns the current db version
0 commit comments