2022-06-18 08:46:50 +00:00
|
|
|
// Copyright 2022 The Gitea Authors. All rights reserved.
|
2022-11-27 18:20:29 +00:00
|
|
|
// SPDX-License-Identifier: MIT
|
2022-06-18 08:46:50 +00:00
|
|
|
|
2022-12-08 08:21:37 +00:00
|
|
|
package v1_17 //nolint
|
2022-06-18 08:46:50 +00:00
|
|
|
|
2022-07-01 16:04:01 +00:00
|
|
|
// This migration added non-ideal indices to the action table which on larger datasets slowed things down
|
|
|
|
// it has been superceded by v218.go
|