Skip to content

Commit

Permalink
Add Version info to migrations.go (#16653)
Browse files Browse the repository at this point in the history
Gitea migrations of 1.15.0 ends at v189
  • Loading branch information
6543 authored Aug 8, 2021
1 parent 9c116f2 commit eaa791b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions models/migrations/migrations.go
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,9 @@ var migrations = []Migration{
NewMigration("Drop unneeded webhook related columns", dropWebhookColumns),
// v188 -> v189
NewMigration("Add key is verified to gpg key", addKeyIsVerified),

// Gitea 1.15.0 ends at v189

// v189 -> v190
NewMigration("Unwrap ldap.Sources", unwrapLDAPSourceCfg),
// v190 -> v191
Expand Down

0 comments on commit eaa791b

Please sign in to comment.