Files
cms_thermo_active/Step.Database/Migrations/201801101327160_InizialCreate.Designer.cs
T
Lucio Maranta 796801f7ee + Added migration
+ Added STATIC data into Database (Roles functions and users)
+ Configuration controller and startupConfig API
* Refactor api names
2018-01-10 17:21:40 +01:00

30 lines
824 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 InizialCreate : IMigrationMetadata
{
private readonly ResourceManager Resources = new ResourceManager(typeof(InizialCreate));
string IMigrationMetadata.Id
{
get { return "201801101327160_InizialCreate"; }
}
string IMigrationMetadata.Source
{
get { return null; }
}
string IMigrationMetadata.Target
{
get { return Resources.GetString("Target"); }
}
}
}