to release, a broken migration history ...
This commit is contained in:
@ -68,6 +68,11 @@ namespace Yavsc.Models
|
||||
et.FindProperty("DateCreated").IsReadOnlyAfterSave = true;
|
||||
}
|
||||
}
|
||||
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
|
||||
{
|
||||
optionsBuilder.UseNpgsql(Startup.ConnectionString);
|
||||
}
|
||||
|
||||
|
||||
public DbSet<Client> Applications { get; set; }
|
||||
|
||||
|
Reference in New Issue
Block a user