Files
Vidly2/Vidly/Migrations/201901222227126_AddedNullableAddedDateToMovie.Designer.cs

30 lines
864 B
C#

// <auto-generated />
namespace Vidly.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 AddedNullableAddedDateToMovie : IMigrationMetadata
{
private readonly ResourceManager Resources = new ResourceManager(typeof(AddedNullableAddedDateToMovie));
string IMigrationMetadata.Id
{
get { return "201901222227126_AddedNullableAddedDateToMovie"; }
}
string IMigrationMetadata.Source
{
get { return null; }
}
string IMigrationMetadata.Target
{
get { return Resources.GetString("Target"); }
}
}
}