Added some initiating data for working further in this projekt
This commit is contained in:
29
CodeFirstExistingDatabase/Migrations/201911122203311_AddCategoryColumnToCoursesTable.Designer.cs
generated
Normal file
29
CodeFirstExistingDatabase/Migrations/201911122203311_AddCategoryColumnToCoursesTable.Designer.cs
generated
Normal file
@ -0,0 +1,29 @@
|
||||
// <auto-generated />
|
||||
namespace CodeFirstExistingDatabase.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 AddCategoryColumnToCoursesTable : IMigrationMetadata
|
||||
{
|
||||
private readonly ResourceManager Resources = new ResourceManager(typeof(AddCategoryColumnToCoursesTable));
|
||||
|
||||
string IMigrationMetadata.Id
|
||||
{
|
||||
get { return "201911122203311_AddCategoryColumnToCoursesTable"; }
|
||||
}
|
||||
|
||||
string IMigrationMetadata.Source
|
||||
{
|
||||
get { return null; }
|
||||
}
|
||||
|
||||
string IMigrationMetadata.Target
|
||||
{
|
||||
get { return Resources.GetString("Target"); }
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user