Skip to content

Commit

Permalink
chore: update model
Browse files Browse the repository at this point in the history
  • Loading branch information
lmquang committed Jan 22, 2025
1 parent 1dd0f97 commit 48d5f4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/model/projects.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ type Project struct {
DeliveryRating int
LeadRating int
ImportantLevel ProjectImportantLevel
ArtifactLink string `gorm:"default:null"`

ProjectNotion *ProjectNotion `gorm:"foreignKey:project_id"`
Organization *Organization
Expand Down

0 comments on commit 48d5f4b

Please sign in to comment.