From 9ac6cd15f96d4160574dcd4aa580dfc3d2a05735 Mon Sep 17 00:00:00 2001
From: Bastien DUMONT <bdumont@grandlyon.com>
Date: Mon, 3 Oct 2022 16:00:31 +0200
Subject: [PATCH] adds city

---
 internal/models/consent.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/internal/models/consent.go b/internal/models/consent.go
index c76ed46..dfe09b7 100644
--- a/internal/models/consent.go
+++ b/internal/models/consent.go
@@ -20,6 +20,7 @@ type Consent struct {
 	Address    string    `json:"address"`
 	PointID    int       `json:"pointID"`
 	PostalCode string    `json:"postalCode"`
+	City       string    `json:"city"`
 	InseeCode  string    `json:"inseeCode"`
 	EndDate    time.Time `json:"endDate"`
 	ServiceID  int       `json:"serviceID,omitempty"`
-- 
GitLab