TP-55555|mergeed to master

This commit is contained in:
podili-varshitha_navi
2024-08-05 19:19:11 +05:30

View File

@@ -1,14 +0,0 @@
package db
import (
"github.com/google/uuid"
"gorm.io/gorm"
)
type Release struct {
gorm.Model
ReleaseId uuid.UUID
ProjectReferenceId string `gorm:"primaryKey"`
ReleaseVersion string `gorm:"column:name"`
SourceMapUrl string
}