Add migration - NOTE the Log Vehicle index wasn't named as it was expecting

This commit is contained in:
2015-10-02 11:00:10 -04:00
parent 0a90d48f2d
commit 3a4da9d1a1
4 changed files with 182 additions and 0 deletions
@@ -0,0 +1,29 @@
// <auto-generated />
namespace MileageTraker.Web.Migrations
{
using System.CodeDom.Compiler;
using System.Data.Entity.Migrations;
using System.Data.Entity.Migrations.Infrastructure;
using System.Resources;
[GeneratedCode("EntityFramework.Migrations", "6.1.3-40302")]
public sealed partial class LogVehicleRelationship : IMigrationMetadata
{
private readonly ResourceManager Resources = new ResourceManager(typeof(LogVehicleRelationship));
string IMigrationMetadata.Id
{
get { return "201510021445490_LogVehicleRelationship"; }
}
string IMigrationMetadata.Source
{
get { return null; }
}
string IMigrationMetadata.Target
{
get { return Resources.GetString("Target"); }
}
}
}