Skip to content

Commit

Permalink
Add comment marking the end of database migrations in 1.19.0 (#22975)
Browse files Browse the repository at this point in the history
There will be no more migrations in `1.19.0`

---------

Signed-off-by: Yarden Shoham <hrsi88@gmail.com>
  • Loading branch information
yardenshoham committed Feb 20, 2023
1 parent 8e9814c commit 6840a8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions models/migrations/migrations.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6840a8c

Please sign in to comment.