30 lines
854 B
C#
30 lines
854 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 MaterialC3EmissionAddColumn : IMigrationMetadata
|
|
{
|
|
private readonly ResourceManager Resources = new ResourceManager(typeof(MaterialC3EmissionAddColumn));
|
|
|
|
string IMigrationMetadata.Id
|
|
{
|
|
get { return "202302220129164_MaterialC3EmissionAddColumn"; }
|
|
}
|
|
|
|
string IMigrationMetadata.Source
|
|
{
|
|
get { return null; }
|
|
}
|
|
|
|
string IMigrationMetadata.Target
|
|
{
|
|
get { return Resources.GetString("Target"); }
|
|
}
|
|
}
|
|
}
|