30 lines
828 B
C#
30 lines
828 B
C#
// <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.2.0-61023")]
|
|
public sealed partial class VehicleRecall : IMigrationMetadata
|
|
{
|
|
private readonly ResourceManager Resources = new ResourceManager(typeof(VehicleRecall));
|
|
|
|
string IMigrationMetadata.Id
|
|
{
|
|
get { return "202008300135173_VehicleRecall"; }
|
|
}
|
|
|
|
string IMigrationMetadata.Source
|
|
{
|
|
get { return null; }
|
|
}
|
|
|
|
string IMigrationMetadata.Target
|
|
{
|
|
get { return Resources.GetString("Target"); }
|
|
}
|
|
}
|
|
}
|