External database connected

This commit is contained in:
2019-01-18 17:35:36 +01:00
parent 3b75b8377d
commit 25dc803cfd
7 changed files with 184 additions and 2 deletions

View 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"); }
}
}
}