Skip to content

Commit

Permalink
fix model
Browse files Browse the repository at this point in the history
  • Loading branch information
hiifong committed Feb 4, 2025
1 parent 9441e3f commit a530419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/repo/star_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import (
// StarList ...
type StarList struct {
ID int64 `xorm:"pk autoincr"`
UID int64 `xorm:INDEX uid`
SID int64 `xorm:INDEX sid`
UID int64 `xorm:"INDEX"`
SID int64 `xorm:"INDEX"`
Name string
Desc string

Expand Down

0 comments on commit a530419

Please sign in to comment.