a project model dbset, and it migration

This commit is contained in:
Paul Schneider 2018-06-21 14:01:40 +02:00
commit 491b8461d2
5 changed files with 2877 additions and 4 deletions

View file

@ -10,6 +10,7 @@ using Yavsc.Models.IT.Maintaining;
using Yavsc.Models.IT.Fixing;
using Yavsc.Server.Models.EMailing;
using Yavsc.Server.Models.IT.SourceCode;
using Yavsc.Server.Models.IT;
namespace Yavsc.Models
{
@ -299,6 +300,8 @@ namespace Yavsc.Models
public DbSet<MailingTemplate> MailingTemplate { get; set; }
public DbSet<GitRepositoryReference> GitRepositoryReference { get; set; }
public DbSet<Project> Projects { get; set; }
}
}