File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ import (
19
19
"code.gitea.io/gitea/models/migrations/v1_17"
20
20
"code.gitea.io/gitea/models/migrations/v1_18"
21
21
"code.gitea.io/gitea/models/migrations/v1_19"
22
- "code.gitea.io/gitea/models/migrations/v1_20"
23
22
"code.gitea.io/gitea/models/migrations/v1_6"
24
23
"code.gitea.io/gitea/models/migrations/v1_7"
25
24
"code.gitea.io/gitea/models/migrations/v1_8"
@@ -461,7 +460,7 @@ var migrations = []Migration{
461
460
// v242 -> v243
462
461
NewMigration ("Alter gpg_key_import content TEXT field to MEDIUMTEXT" , v1_19 .AlterPublicGPGKeyImportContentFieldToMediumText ),
463
462
// v243 -> v244
464
- NewMigration ("Add exclusive label" , v1_20 .AddExclusiveLabel ),
463
+ NewMigration ("Add exclusive label" , v1_19 .AddExclusiveLabel ),
465
464
}
466
465
467
466
// GetCurrentDBVersion returns the current db version
Original file line number Diff line number Diff line change 1
1
// Copyright 2023 The Gitea Authors. All rights reserved.
2
2
// SPDX-License-Identifier: MIT
3
3
4
- package v1_20 //nolint
4
+ package v1_19 //nolint
5
5
6
6
import (
7
7
"fmt"
You can’t perform that action at this time.
0 commit comments