summaryrefslogtreecommitdiff
path: root/internal/api/database/models.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/api/database/models.go')
-rw-r--r--internal/api/database/models.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/api/database/models.go b/internal/api/database/models.go
index a6e76c5..cd0d12d 100644
--- a/internal/api/database/models.go
+++ b/internal/api/database/models.go
@@ -19,6 +19,7 @@ type Game struct {
Name string `json:"name"`
IP1 string `json:"ip1"`
IP2 string `json:"ip2"`
+ Outcome string `json:"outcome"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
}