mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
30 lines
861 B
C#
30 lines
861 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 LinkDeviceStatsToReport : IMigrationMetadata
|
|
{
|
|
private readonly ResourceManager Resources = new ResourceManager(typeof(LinkDeviceStatsToReport));
|
|
|
|
string IMigrationMetadata.Id
|
|
{
|
|
get { return "201812221606592_LinkDeviceStatsToReport"; }
|
|
}
|
|
|
|
string IMigrationMetadata.Source
|
|
{
|
|
get { return null; }
|
|
}
|
|
|
|
string IMigrationMetadata.Target
|
|
{
|
|
get { return Resources.GetString("Target"); }
|
|
}
|
|
}
|
|
}
|