External database connected
This commit is contained in:
29
Vidly/Migrations/201901181614018_AddIsSubscribedToNewsLetter.Designer.cs
generated
Normal file
29
Vidly/Migrations/201901181614018_AddIsSubscribedToNewsLetter.Designer.cs
generated
Normal file
@ -0,0 +1,29 @@
|
||||
// <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 AddIsSubscribedToNewsLetter : IMigrationMetadata
|
||||
{
|
||||
private readonly ResourceManager Resources = new ResourceManager(typeof(AddIsSubscribedToNewsLetter));
|
||||
|
||||
string IMigrationMetadata.Id
|
||||
{
|
||||
get { return "201901181614018_AddIsSubscribedToNewsLetter"; }
|
||||
}
|
||||
|
||||
string IMigrationMetadata.Source
|
||||
{
|
||||
get { return null; }
|
||||
}
|
||||
|
||||
string IMigrationMetadata.Target
|
||||
{
|
||||
get { return Resources.GetString("Target"); }
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user