a2171e643d
- FTP - Gomba - Icoel - MultiCcn - OSAI - SqlDB
30 lines
825 B
C#
30 lines
825 B
C#
// <auto-generated />
|
|
namespace EgwProxy.SqlDb.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 AddMacProdData : IMigrationMetadata
|
|
{
|
|
private readonly ResourceManager Resources = new ResourceManager(typeof(AddMacProdData));
|
|
|
|
string IMigrationMetadata.Id
|
|
{
|
|
get { return "202303150807341_AddMacProdData"; }
|
|
}
|
|
|
|
string IMigrationMetadata.Source
|
|
{
|
|
get { return null; }
|
|
}
|
|
|
|
string IMigrationMetadata.Target
|
|
{
|
|
get { return Resources.GetString("Target"); }
|
|
}
|
|
}
|
|
}
|