Commit 7e83fdb3 by jaymehta

.

1 parent a1f474d3
...@@ -72,12 +72,6 @@ ...@@ -72,12 +72,6 @@
"target": "api::course-detail.course-detail", "target": "api::course-detail.course-detail",
"inversedBy": "experience" "inversedBy": "experience"
}, },
"timeSlots": {
"type": "relation",
"relation": "oneToMany",
"target": "api::time-slot.time-slot",
"mappedBy": "experience"
},
"masterMonths": { "masterMonths": {
"type": "relation", "type": "relation",
"relation": "oneToMany", "relation": "oneToMany",
...@@ -98,6 +92,39 @@ ...@@ -98,6 +92,39 @@
}, },
"giftSomeone": { "giftSomeone": {
"type": "boolean" "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 @@ ...@@ -22,12 +22,6 @@
"type": "relation", "type": "relation",
"relation": "oneToOne", "relation": "oneToOne",
"target": "api::master-day.master-day" "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!