30 lines
829 B
C#
30 lines
829 B
C#
// <auto-generated />
|
|
namespace LeafWeb.Core.Migrations
|
|
{
|
|
using System.CodeDom.Compiler;
|
|
using System.Data.Entity.Migrations;
|
|
using System.Data.Entity.Migrations.Infrastructure;
|
|
using System.Resources;
|
|
|
|
[GeneratedCode("EntityFramework.Migrations", "6.1.3-40302")]
|
|
public sealed partial class PendingPriority : IMigrationMetadata
|
|
{
|
|
private readonly ResourceManager Resources = new ResourceManager(typeof(PendingPriority));
|
|
|
|
string IMigrationMetadata.Id
|
|
{
|
|
get { return "201701311417095_PendingPriority"; }
|
|
}
|
|
|
|
string IMigrationMetadata.Source
|
|
{
|
|
get { return null; }
|
|
}
|
|
|
|
string IMigrationMetadata.Target
|
|
{
|
|
get { return Resources.GetString("Target"); }
|
|
}
|
|
}
|
|
}
|