Commit 6265f250 by jaymehta

comments enquires

1 parent 05edab9e
......@@ -39,6 +39,9 @@
"relation": "oneToOne",
"target": "api::vendor.vendor",
"inversedBy": "enquiries"
},
"comments": {
"type": "text"
}
}
}
......@@ -72,7 +72,7 @@
"type": "relation",
"relation": "oneToOne",
"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!