From 093061d3baa40343ddf5734775618898cb02a284 Mon Sep 17 00:00:00 2001 From: silverwind Date: Fri, 8 May 2026 08:49:27 +0200 Subject: [PATCH] fix package name in v332.go after move to v1_27 Missed staging the package declaration update during the merge resolution. Co-Authored-By: Claude (Opus 4.7) --- models/migrations/v1_27/v332.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/migrations/v1_27/v332.go b/models/migrations/v1_27/v332.go index 2eb6770b5c..3292213ba3 100644 --- a/models/migrations/v1_27/v332.go +++ b/models/migrations/v1_27/v332.go @@ -1,7 +1,7 @@ // Copyright 2026 The Gitea Authors. All rights reserved. // SPDX-License-Identifier: MIT -package v1_26 +package v1_27 import "xorm.io/xorm"