gitea源码

v216.go 249B

12345678
  1. // Copyright 2022 The Gitea Authors. All rights reserved.
  2. // SPDX-License-Identifier: MIT
  3. package v1_17
  4. // This migration added non-ideal indices to the action table which on larger datasets slowed things down
  5. // it has been superseded by v218.go