Skip to content
Snippets Groups Projects
Commit 06c128d4 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

Merge branch 'feat/US847-consents-city' into 'dev'

feat/us847 consents city

See merge request web-et-numerique/llle_project/backoffice-server!43
parents 0e54856b 31d09494
No related branches found
No related tags found
4 merge requests!73Deploy Openshift v2,!65MEP: removed Meilisearch,!52back-office SGE before canary release,!43feat/us847 consents city
Pipeline #43414 passed
......@@ -19,6 +19,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"`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment