Link device with reports in server database.

This commit is contained in:
2018-12-22 20:46:51 +00:00
parent e7e3b6c29f
commit bbb6cff8fe
7 changed files with 193 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ namespace DiscImageChef.Server.Migrations
{
public Configuration()
{
AutomaticMigrationsEnabled = true;
AutomaticMigrationsEnabled = false;
}
protected override void Seed(DicServerContext context)