TP-55555 | temp

This commit is contained in:
varnit-goyal_navi
2024-07-31 13:54:45 +05:30
parent 47ec68ee46
commit 7134b1379f

View File

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