mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Fix description of drop custom_labels migration (#25243)
Follow: #24806
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
"xorm.io/xorm"
|
||||
)
|
||||
|
||||
func DropCustomLabelsColumnToActRunner(x *xorm.Engine) error {
|
||||
func DropCustomLabelsColumnOfActionRunner(x *xorm.Engine) error {
|
||||
sess := x.NewSession()
|
||||
defer sess.Close()
|
||||
|
||||
|
Reference in New Issue
Block a user