mirror of
https://github.com/chyzy/RSystem-MVC
synced 2024-11-22 23:25:27 +01:00
30 lines
887 B
C#
30 lines
887 B
C#
|
// <auto-generated />
|
||
|
namespace RSystem.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 ChangeSpecializationFieldsToRequired : IMigrationMetadata
|
||
|
{
|
||
|
private readonly ResourceManager Resources = new ResourceManager(typeof(ChangeSpecializationFieldsToRequired));
|
||
|
|
||
|
string IMigrationMetadata.Id
|
||
|
{
|
||
|
get { return "201801130033038_ChangeSpecializationFieldsToRequired"; }
|
||
|
}
|
||
|
|
||
|
string IMigrationMetadata.Source
|
||
|
{
|
||
|
get { return null; }
|
||
|
}
|
||
|
|
||
|
string IMigrationMetadata.Target
|
||
|
{
|
||
|
get { return Resources.GetString("Target"); }
|
||
|
}
|
||
|
}
|
||
|
}
|