1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 01:15:48 +00:00
gitea/models/migrations/v1_17/v216.go

8 lines
258 B
Go
Raw Normal View History

2022-06-18 08:46:50 +00:00
// Copyright 2022 The Gitea Authors. All rights reserved.
// SPDX-License-Identifier: MIT
2022-06-18 08:46:50 +00:00
package v1_17 //nolint
2022-06-18 08:46:50 +00: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