code.gitea.io/gitea@v1.21.7/models/migrations/v1_17/v216.go (about)

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