1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-18 06:33:44 -04:00
gitea/models/migrations/v1_17/v216.go

8 lines
258 B
Go
Raw Normal View History

2022-06-18 04:46:50 -04:00
// Copyright 2022 The Gitea Authors. All rights reserved.
// SPDX-License-Identifier: MIT
2022-06-18 04:46:50 -04:00
package v1_17 //nolint
2022-06-18 04:46:50 -04:00
// This migration added non-ideal indices to the action table which on larger datasets slowed things down
// it has been superseded by v218.go