mirror of https://github.com/go-gitea/gitea.git
fix duplicated id
This commit is contained in:
parent
7d417e0021
commit
faa3c52360
|
@ -130,7 +130,7 @@ var migrations = []*xormigrate.Migration{
|
||||||
// Gitea 1.10.0 ends at v102
|
// Gitea 1.10.0 ends at v102
|
||||||
|
|
||||||
// v102 -> v103
|
// v102 -> v103
|
||||||
NewMigration("update migration repositories' service type", v1_11.DropColumnHeadUserNameOnPullRequest),
|
NewMigration("update migration repositories' service type v2", v1_11.DropColumnHeadUserNameOnPullRequest),
|
||||||
// v103 -> v104
|
// v103 -> v104
|
||||||
NewMigration("Add WhitelistDeployKeys to protected branch", v1_11.AddWhitelistDeployKeysToBranches),
|
NewMigration("Add WhitelistDeployKeys to protected branch", v1_11.AddWhitelistDeployKeysToBranches),
|
||||||
// v104 -> v105
|
// v104 -> v105
|
||||||
|
|
Loading…
Reference in New Issue