Skip to content

Commit a530419

Browse files
committed
fix model
1 parent 9441e3f commit a530419

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

models/repo/star_list.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import (
1111
// StarList ...
1212
type StarList struct {
1313
ID int64 `xorm:"pk autoincr"`
14-
UID int64 `xorm:INDEX uid`
15-
SID int64 `xorm:INDEX sid`
14+
UID int64 `xorm:"INDEX"`
15+
SID int64 `xorm:"INDEX"`
1616
Name string
1717
Desc string
1818

0 commit comments

Comments
 (0)