gitea源码

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