30 lines
846 B
C#
30 lines
846 B
C#
// <auto-generated />
|
|
namespace Weee.Migrations
|
|
{
|
|
using System.CodeDom.Compiler;
|
|
using System.Data.Entity.Migrations;
|
|
using System.Data.Entity.Migrations.Infrastructure;
|
|
using System.Resources;
|
|
|
|
[GeneratedCode("EntityFramework.Migrations", "6.4.4")]
|
|
public sealed partial class SimaproMaxLen300 : IMigrationMetadata
|
|
{
|
|
private readonly ResourceManager Resources = new ResourceManager(typeof(SimaproMaxLen300));
|
|
|
|
string IMigrationMetadata.Id
|
|
{
|
|
get { return "202206231451424_SimaproMaxLen300"; }
|
|
}
|
|
|
|
string IMigrationMetadata.Source
|
|
{
|
|
get { return Resources.GetString("Source"); }
|
|
}
|
|
|
|
string IMigrationMetadata.Target
|
|
{
|
|
get { return Resources.GetString("Target"); }
|
|
}
|
|
}
|
|
}
|