InFiNet-Code-AB / Dojo-BE

0 stars 3 forks source link

#30 course management create joint table course has tags #159

Closed BojanMirkovic closed 5 months ago

BojanMirkovic commented 5 months ago

Joint table CourseHasTag

Description

I have updated existing models TagModel, CourseModel and CourseHasTagModel in oreder to create table in Db.

Changes Made

In CourseHasTagModel I have deletd CourseTagId and I have add properies of type CourseModel and TagModel and I have update OnMoedelCreating in DojoDbContext in order to create table with two columns CourseId and TagId

Related Ticket or Issue

30

97

Checklist