Allow setting several density codes with the same code.

This commit is contained in:
2019-05-26 00:44:26 +01:00
parent 8fefbb4d00
commit ab670f36b0
13 changed files with 1935 additions and 26 deletions

View File

@@ -0,0 +1,11 @@
using System.Data.Entity.Migrations;
namespace DiscImageChef.Server.Migrations
{
public partial class MakeEntityFrameworkHappy : DbMigration
{
public override void Up() { }
public override void Down() { }
}
}