Files

8 lines
249 B
Go
Raw Permalink Normal View History

2022-06-18 09:46:50 +01:00
// Copyright 2022 The Gitea Authors. All rights reserved.
// SPDX-License-Identifier: MIT
2022-06-18 09:46:50 +01:00
2025-06-27 07:59:55 +02:00
package v1_17
2022-06-18 09:46:50 +01:00
2022-07-01 17:04:01 +01: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