mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-03 00:45:22 +02:00
Fix description of drop custom_labels migration (#25243)
Follow: #24806
This commit is contained in:
parent
d6dd6d641b
commit
020ab3d4c8
2 changed files with 3 additions and 3 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue