Removed QuestionGroup from the Question model and from the db entity

This commit is contained in:
uppuv
2023-08-22 17:05:51 -04:00
parent 4160c2300b
commit 9345ee2ca5
5 changed files with 18 additions and 22 deletions

View File

@ -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; }