mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-05-12 22:10:25 +00:00
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 <michael.kriese@gmx.de> Reviewed-by: 0ko <0ko@noreply.codeberg.org> Reviewed-by: Panagiotis "Ivory" Vasilopoulos <git@n0toose.net> Reviewed-by: Mathieu Fenniak <mfenniak@noreply.codeberg.org> Co-authored-by: Gusted <postmaster@gusted.xyz> Co-committed-by: Gusted <postmaster@gusted.xyz>
This commit is contained in:
parent
fc82d7319a
commit
3934e5fea3
1 changed files with 5 additions and 0 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue