Commit 6265f250 by jaymehta

comments enquires

1 parent 05edab9e
...@@ -39,6 +39,9 @@ ...@@ -39,6 +39,9 @@
"relation": "oneToOne", "relation": "oneToOne",
"target": "api::vendor.vendor", "target": "api::vendor.vendor",
"inversedBy": "enquiries" "inversedBy": "enquiries"
},
"comments": {
"type": "text"
} }
} }
} }
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
"type": "relation", "type": "relation",
"relation": "oneToOne", "relation": "oneToOne",
"target": "api::enquiry.enquiry", "target": "api::enquiry.enquiry",
"inversedBy": "vendor" "mappedBy": "vendor"
} }
} }
} }
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!