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

feat: add consents city

parent 0e54856b
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
......@@ -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