diff --git a/api/models/models.go b/api/models/models.go index f4304028..8ff703ba 100644 --- a/api/models/models.go +++ b/api/models/models.go @@ -48,6 +48,7 @@ type ArchivedDispute struct { Events []Event `json:"events"` } + type DisputeStatus string const ( @@ -234,7 +235,6 @@ func (ExpertObjection) TableName() string { return "expert_objections" } - type DisputeDecisions struct { ID int64 `json:"id" gorm:"primaryKey;autoIncrement;column:id"` DisputeID int64 `json:"dispute_id" gorm:"column:dispute_id"`