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]>
This commit is contained in:
Yarden Shoham
2023-02-20 10:30:36 +08:00
committed by GitHub
co-authored by GitHub
parent 8e9814c346
commit 6840a8ccfc
+2
View File
@@ -461,6 +461,8 @@ var migrations = []Migration{
NewMigration("Alter gpg_key_import content TEXT field to MEDIUMTEXT", v1_19.AlterPublicGPGKeyImportContentFieldToMediumText),
// v243 -> v244
NewMigration("Add exclusive label", v1_19.AddExclusiveLabel),
// Gitea 1.19.0 ends at v244
}
// GetCurrentDBVersion returns the current db version