refakt
This commit is contained in:
@@ -4,7 +4,6 @@ import "gorm.io/gorm"
|
||||
|
||||
type Release struct {
|
||||
gorm.Model
|
||||
ID uint `gorm:"primaryKey" json:"id"`
|
||||
SoftwareID uint `gorm:"index" json:"software_id"`
|
||||
Version string `gorm:"size:64" json:"version"`
|
||||
CartridgePath string `gorm:"size:255" json:"-"`
|
||||
|
||||
Reference in New Issue
Block a user