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