Add migration

This commit is contained in:
2015-09-09 22:53:26 -04:00
parent 56dd091178
commit 77783c1fad
5 changed files with 197 additions and 0 deletions
+29
View File
@@ -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 FuelLog : IMigrationMetadata
{
private readonly ResourceManager Resources = new ResourceManager(typeof(FuelLog));
string IMigrationMetadata.Id
{
get { return "201509100253084_FuelLog"; }
}
string IMigrationMetadata.Source
{
get { return null; }
}
string IMigrationMetadata.Target
{
get { return Resources.GetString("Target"); }
}
}
}