forked from MDCPS/DamageAssessment_Backend
Removed QuestionGroup from the Question model and from the db entity
This commit is contained in:
@ -20,7 +20,6 @@ namespace DamageAssesment.Api.Questions.Db
|
||||
public bool Key { get; set; }
|
||||
[ForeignKey("Survey")]
|
||||
public int? SurveyId { get; set; }
|
||||
public string QuestionGroup { get; set; }
|
||||
[ForeignKey("QuestionCategory")]
|
||||
public int CategoryId { get; set; }
|
||||
|
||||
|
Reference in New Issue
Block a user