From 48d5f4b408f7675eac2683ed8e39367fa9482992 Mon Sep 17 00:00:00 2001 From: Quang Le Date: Wed, 22 Jan 2025 12:20:18 +0700 Subject: [PATCH] chore: update model --- pkg/model/projects.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/model/projects.go b/pkg/model/projects.go index c3c060ca7..8e2461839 100644 --- a/pkg/model/projects.go +++ b/pkg/model/projects.go @@ -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