From 3934e5fea30da5ac628c41fa597cb56855af42ef Mon Sep 17 00:00:00 2001 From: Gusted Date: Mon, 9 Mar 2026 17:09:07 +0100 Subject: [PATCH] chore: add comment for ap migration (#11144) When merging #9254 I didn't make the mental note that v14 is already out and the migration would now apply to v15. Document this mistake. Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/11144 Reviewed-by: Michael Kriese Reviewed-by: 0ko <0ko@noreply.codeberg.org> Reviewed-by: Panagiotis "Ivory" Vasilopoulos Reviewed-by: Mathieu Fenniak Co-authored-by: Gusted Co-committed-by: Gusted --- .../v14a_ap-change-fedi-handle-structure.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/models/forgejo_migrations/v14a_ap-change-fedi-handle-structure.go b/models/forgejo_migrations/v14a_ap-change-fedi-handle-structure.go index c59f778205..fe0a68489a 100644 --- a/models/forgejo_migrations/v14a_ap-change-fedi-handle-structure.go +++ b/models/forgejo_migrations/v14a_ap-change-fedi-handle-structure.go @@ -1,6 +1,11 @@ // Copyright 2025 The Forgejo Authors. All rights reserved. // SPDX-License-Identifier: GPL-3.0-or-later +// Due to a mistake during code review, this code was merged with the prefix 14a +// but this code was merged for the v15 cycle, the correct prefix would be 15a. +// As it would lead to breakage for instance who already ran with the old prefix +// the incorrect prefix is kept. + package forgejo_migrations import (