Skip to content

Commit

Permalink
Fix to xorm
Browse files Browse the repository at this point in the history
  • Loading branch information
richmahn committed Jul 9, 2021
1 parent 072ede1 commit 8123c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/repo.go
Expand Up @@ -246,7 +246,7 @@ type Repository struct {
Avatar string `xorm:"VARCHAR(64)"`

/*** DCS Customizations ***/
Metadata *map[string]interface{} `xorm:-`
Metadata *map[string]interface{} `xorm:"-"`
/*** DCS Customizations ***/

CreatedUnix timeutil.TimeStamp `xorm:"INDEX created"`
Expand Down

0 comments on commit 8123c27

Please sign in to comment.