065b14b158
Adds the ability to have expressions evaluated when flags are added and removed.
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 DBv18 : IMigrationMetadata
|
|
{
|
|
private readonly ResourceManager Resources = new ResourceManager(typeof(DBv18));
|
|
|
|
string IMigrationMetadata.Id
|
|
{
|
|
get { return "201611090729100_DBv18"; }
|
|
}
|
|
|
|
string IMigrationMetadata.Source
|
|
{
|
|
get { return null; }
|
|
}
|
|
|
|
string IMigrationMetadata.Target
|
|
{
|
|
get { return Resources.GetString("Target"); }
|
|
}
|
|
}
|
|
}
|