Movies are editable as well

This commit is contained in:
2019-01-23 20:22:25 +01:00
parent 11b51493fe
commit ecadd21228
16 changed files with 678 additions and 19 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 AddedNullableReleaseDateToMovie : IMigrationMetadata
{
private readonly ResourceManager Resources = new ResourceManager(typeof(AddedNullableReleaseDateToMovie));
string IMigrationMetadata.Id
{
get { return "201901222224513_AddedNullableReleaseDateToMovie"; }
}
string IMigrationMetadata.Source
{
get { return null; }
}
string IMigrationMetadata.Target
{
get { return Resources.GetString("Target"); }
}
}
}