Skip to content

Commit 81cff53

Browse files
committed
Update
1 parent eeefd0f commit 81cff53

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

models/migrations/v1_24/v314.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ type StarListRepo struct {
2525
RepoID int64 `xorm:"UNIQUE(s)"`
2626
}
2727

28-
// TableName return database table name for xorm
29-
func (StarList) TableName() string {
30-
return "star_list"
31-
}
32-
3328
func AddStarList(x *xorm.Engine) error {
3429
sess := x.NewSession()
3530
defer sess.Close()

0 commit comments

Comments
 (0)