Commit 7e83fdb3 by jaymehta

.

1 parent a1f474d3
......@@ -72,12 +72,6 @@
"target": "api::course-detail.course-detail",
"inversedBy": "experience"
},
"timeSlots": {
"type": "relation",
"relation": "oneToMany",
"target": "api::time-slot.time-slot",
"mappedBy": "experience"
},
"masterMonths": {
"type": "relation",
"relation": "oneToMany",
......@@ -98,6 +92,39 @@
},
"giftSomeone": {
"type": "boolean"
},
"availableOnMonday": {
"type": "boolean"
},
"availableOnTuesday": {
"type": "boolean"
},
"availableOnWednesday": {
"type": "boolean"
},
"availableOnThursday": {
"type": "boolean"
},
"availableOnFriday": {
"type": "boolean"
},
"availableOnSaturday": {
"type": "boolean"
},
"availableOnSunday": {
"type": "boolean"
},
"fromTime": {
"type": "time"
},
"toTime": {
"type": "time"
},
"fromDate": {
"type": "time"
},
"toDate": {
"type": "time"
}
}
}
......@@ -22,12 +22,6 @@
"type": "relation",
"relation": "oneToOne",
"target": "api::master-day.master-day"
},
"experience": {
"type": "relation",
"relation": "manyToOne",
"target": "api::experience.experience",
"inversedBy": "timeSlots"
}
}
}
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!