mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-02-02 21:17:33 +00:00
30 lines
806 B
C#
30 lines
806 B
C#
|
// <auto-generated />
|
||
|
namespace Project_Unite.Migrations
|
||
|
{
|
||
|
using System.CodeDom.Compiler;
|
||
|
using System.Data.Entity.Migrations;
|
||
|
using System.Data.Entity.Migrations.Infrastructure;
|
||
|
using System.Resources;
|
||
|
|
||
|
[GeneratedCode("EntityFramework.Migrations", "6.1.3-40302")]
|
||
|
public sealed partial class locking : IMigrationMetadata
|
||
|
{
|
||
|
private readonly ResourceManager Resources = new ResourceManager(typeof(locking));
|
||
|
|
||
|
string IMigrationMetadata.Id
|
||
|
{
|
||
|
get { return "201703191415273_locking"; }
|
||
|
}
|
||
|
|
||
|
string IMigrationMetadata.Source
|
||
|
{
|
||
|
get { return null; }
|
||
|
}
|
||
|
|
||
|
string IMigrationMetadata.Target
|
||
|
{
|
||
|
get { return Resources.GetString("Target"); }
|
||
|
}
|
||
|
}
|
||
|
}
|