Skip to content

Commit 3e74b5c

Browse files
ethantkoeniglunny
authored andcommitted
Rename misnamed migration (#1867)
1 parent 817a405 commit 3e74b5c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

models/migrations/v34.go renamed to models/migrations/v33.go

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,6 @@ import (
1313
"github.com/go-xorm/xorm"
1414
)
1515

16-
// ActionV34 describes the removed fields
17-
type ActionV34 struct {
18-
ActUserName string `xorm:"-"`
19-
RepoUserName string `xorm:"-"`
20-
RepoName string `xorm:"-"`
21-
}
22-
23-
// TableName will be invoked by XORM to customize the table name
24-
func (*ActionV34) TableName() string {
25-
return "action"
26-
}
27-
2816
func removeActionColumns(x *xorm.Engine) error {
2917
switch {
3018
case setting.UseSQLite3:

0 commit comments

Comments
 (0)