fixe l'execution (apparemment)

This commit is contained in:
Paul Schneider 2018-03-26 21:31:20 +02:00
commit 21d5954bbf
6 changed files with 32 additions and 20 deletions

View file

@ -65,10 +65,8 @@ namespace Yavsc.Models
et.FindProperty("DateCreated").IsReadOnlyAfterSave = true;
}
}
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
{
optionsBuilder.UseNpgsql(DbHelpers.ConnectionString);
}