Commit 5598e022 by jaymehta

.

1 parent 6265f250
...@@ -23,12 +23,6 @@ ...@@ -23,12 +23,6 @@
}, },
"email": { "email": {
"type": "string" "type": "string"
},
"enquiries": {
"type": "relation",
"relation": "oneToOne",
"target": "api::enquiry.enquiry",
"mappedBy": "endUser"
} }
} }
} }
...@@ -18,11 +18,10 @@ ...@@ -18,11 +18,10 @@
"target": "api::experience.experience", "target": "api::experience.experience",
"inversedBy": "enquiries" "inversedBy": "enquiries"
}, },
"endUser": { "end_user": {
"type": "relation", "type": "relation",
"relation": "oneToOne", "relation": "oneToOne",
"target": "api::end-user.end-user", "target": "api::end-user.end-user"
"inversedBy": "enquiries"
}, },
"status": { "status": {
"type": "enumeration", "type": "enumeration",
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!