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 parent 9c116f2 commit eaa791bCopy full SHA for eaa791b
models/migrations/migrations.go
@@ -327,6 +327,9 @@ var migrations = []Migration{
327
NewMigration("Drop unneeded webhook related columns", dropWebhookColumns),
328
// v188 -> v189
329
NewMigration("Add key is verified to gpg key", addKeyIsVerified),
330
+
331
+ // Gitea 1.15.0 ends at v189
332
333
// v189 -> v190
334
NewMigration("Unwrap ldap.Sources", unwrapLDAPSourceCfg),
335
// v190 -> v191
0 commit comments