From 7d417e0021e354c046b0b1298f10293a81cf7d45 Mon Sep 17 00:00:00 2001 From: qwerty287 Date: Thu, 18 Jul 2024 17:56:49 +0200 Subject: [PATCH] Remove duplicated id --- models/migrations/v1_23/v301.go | 1 - 1 file changed, 1 deletion(-) diff --git a/models/migrations/v1_23/v301.go b/models/migrations/v1_23/v301.go index 0a53e610d3..eb9f5cad8b 100644 --- a/models/migrations/v1_23/v301.go +++ b/models/migrations/v1_23/v301.go @@ -50,7 +50,6 @@ 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",