]> source.dussan.org Git - gitea.git/commitdiff
Add Version info to migrations.go (#16653)
author6543 <6543@obermui.de>
Sun, 8 Aug 2021 17:34:42 +0000 (19:34 +0200)
committerGitHub <noreply@github.com>
Sun, 8 Aug 2021 17:34:42 +0000 (13:34 -0400)
Gitea migrations of 1.15.0 ends at v189

models/migrations/migrations.go

index 6fbc0290f99dbf269dadb8334d66ff916a91804d..28bf4f6036101d62f43569c623516ea9d5c95186 100644 (file)
@@ -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