diff --git a/Yavsc.Server/Models/IT/Fixing/Bug.cs b/Yavsc.Server/Models/IT/Fixing/Bug.cs index 8d49bd67..15fe7035 100644 --- a/Yavsc.Server/Models/IT/Fixing/Bug.cs +++ b/Yavsc.Server/Models/IT/Fixing/Bug.cs @@ -12,6 +12,7 @@ namespace Yavsc.Models.IT.Fixing [ForeignKey("FeatureId")] public virtual Feature False { get; set; } + public long? FeatureId { get; set; } [YaStringLength(2048)] @@ -20,4 +21,4 @@ namespace Yavsc.Models.IT.Fixing public BugStatus Status { get; set; } } -} \ No newline at end of file +}