fa485d902b
* Added first centralized database config and added machine self-registration into db * Fix database migration with new database * Refactor
30 lines
815 B
C#
30 lines
815 B
C#
// <auto-generated />
|
|
namespace Step.Database.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 InitCreate : IMigrationMetadata
|
|
{
|
|
private readonly ResourceManager Resources = new ResourceManager(typeof(InitCreate));
|
|
|
|
string IMigrationMetadata.Id
|
|
{
|
|
get { return "201801161604529_InitCreate"; }
|
|
}
|
|
|
|
string IMigrationMetadata.Source
|
|
{
|
|
get { return null; }
|
|
}
|
|
|
|
string IMigrationMetadata.Target
|
|
{
|
|
get { return Resources.GetString("Target"); }
|
|
}
|
|
}
|
|
}
|