Skip to content

Commit

Permalink
Rename misnamed migration (#1867)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethantkoenig authored and lunny committed Jun 4, 2017
1 parent 817a405 commit 3e74b5c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions models/migrations/v34.go → models/migrations/v33.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,6 @@ import (
"github.com/go-xorm/xorm"
)

// ActionV34 describes the removed fields
type ActionV34 struct {
ActUserName string `xorm:"-"`
RepoUserName string `xorm:"-"`
RepoName string `xorm:"-"`
}

// TableName will be invoked by XORM to customize the table name
func (*ActionV34) TableName() string {
return "action"
}

func removeActionColumns(x *xorm.Engine) error {
switch {
case setting.UseSQLite3:
Expand Down

0 comments on commit 3e74b5c

Please sign in to comment.