Skip to content

Commit eaa791b

Browse files
authored
Add Version info to migrations.go (#16653)
Gitea migrations of 1.15.0 ends at v189
1 parent 9c116f2 commit eaa791b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

models/migrations/migrations.go

+3
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,9 @@ var migrations = []Migration{
327327
NewMigration("Drop unneeded webhook related columns", dropWebhookColumns),
328328
// v188 -> v189
329329
NewMigration("Add key is verified to gpg key", addKeyIsVerified),
330+
331+
// Gitea 1.15.0 ends at v189
332+
330333
// v189 -> v190
331334
NewMigration("Unwrap ldap.Sources", unwrapLDAPSourceCfg),
332335
// v190 -> v191

0 commit comments

Comments
 (0)