Skip to content

Commit

Permalink
fix(tapd): modify story bug because of new api (#2794)
Browse files Browse the repository at this point in the history
closes #2792
  • Loading branch information
warren830 committed Aug 23, 2022
1 parent 028f343 commit 9ace532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/tapd/models/story_bug.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (

type TapdStoryBug struct {
ConnectionId uint64 `gorm:"primaryKey"`
WorkspaceId uint64 `gorm:"primaryKey" json:"workspace_id,string"`
WorkspaceId uint64 `gorm:"primaryKey" json:"workspace_id"`
StoryId uint64 `gorm:"primaryKey" json:"story_id,string"`
BugId uint64 `gorm:"primaryKey" json:"bug_id,string"`
common.NoPKModel
Expand Down

0 comments on commit 9ace532

Please sign in to comment.