code.gitea.io/gitea@v1.22.3/models/migrations/v1_22/v292.go (about)

     1  // Copyright 2024 The Gitea Authors. All rights reserved.
     2  // SPDX-License-Identifier: MIT
     3  
     4  package v1_22 //nolint
     5  
     6  // NOTE: noop the original migration has bug which some projects will be skip, so
     7  // these projects will have no default board.
     8  // So that this migration will be skipped and go to v293.go
     9  // This file is a placeholder so that readers can know what happened