28e5901929
allows for attachments to be uploaded and associated with Device Batches
28 lines
697 B
C#
28 lines
697 B
C#
// <auto-generated />
|
|
namespace Disco.Data.Migrations
|
|
{
|
|
using System.Data.Entity.Migrations;
|
|
using System.Data.Entity.Migrations.Infrastructure;
|
|
using System.Resources;
|
|
|
|
public sealed partial class DBv20 : IMigrationMetadata
|
|
{
|
|
private readonly ResourceManager Resources = new ResourceManager(typeof(DBv20));
|
|
|
|
string IMigrationMetadata.Id
|
|
{
|
|
get { return "202011260525547_DBv20"; }
|
|
}
|
|
|
|
string IMigrationMetadata.Source
|
|
{
|
|
get { return null; }
|
|
}
|
|
|
|
string IMigrationMetadata.Target
|
|
{
|
|
get { return Resources.GetString("Target"); }
|
|
}
|
|
}
|
|
}
|