mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
30 lines
936 B
C#
30 lines
936 B
C#
|
|
// <auto-generated />
|
||
|
|
namespace DiscImageChef.Server.Migrations
|
||
|
|
{
|
||
|
|
using System.CodeDom.Compiler;
|
||
|
|
using System.Data.Entity.Migrations;
|
||
|
|
using System.Data.Entity.Migrations.Infrastructure;
|
||
|
|
using System.Resources;
|
||
|
|
|
||
|
|
[GeneratedCode("EntityFramework.Migrations", "6.2.0-61023")]
|
||
|
|
public sealed partial class UseBinaryDataForIdentifyInquiryAndModesInReports : IMigrationMetadata
|
||
|
|
{
|
||
|
|
private readonly ResourceManager Resources = new ResourceManager(typeof(UseBinaryDataForIdentifyInquiryAndModesInReports));
|
||
|
|
|
||
|
|
string IMigrationMetadata.Id
|
||
|
|
{
|
||
|
|
get { return "201812232250198_UseBinaryDataForIdentifyInquiryAndModesInReports"; }
|
||
|
|
}
|
||
|
|
|
||
|
|
string IMigrationMetadata.Source
|
||
|
|
{
|
||
|
|
get { return null; }
|
||
|
|
}
|
||
|
|
|
||
|
|
string IMigrationMetadata.Target
|
||
|
|
{
|
||
|
|
get { return Resources.GetString("Target"); }
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|