From a81a925be64e0e8c276a0aad6ff64597eae9353a Mon Sep 17 00:00:00 2001 From: qwerty287 Date: Thu, 18 Jul 2024 18:08:41 +0200 Subject: [PATCH] Revert "Remove duplicated id" This reverts commit 7d417e0021e354c046b0b1298f10293a81cf7d45. --- models/migrations/v1_23/v301.go | 1 + 1 file changed, 1 insertion(+) diff --git a/models/migrations/v1_23/v301.go b/models/migrations/v1_23/v301.go index eb9f5cad8b..0a53e610d3 100644 --- a/models/migrations/v1_23/v301.go +++ b/models/migrations/v1_23/v301.go @@ -50,6 +50,7 @@ var oldMigrationNames = []string{ "add repo_admin_change_team_access to user", "add original author name and id on migrated release", "add task table and status column for repository table", + "update migration repositories' service type", "change length of some external login users columns", "update migration repositories' service type", "Add WhitelistDeployKeys to protected branch",