9e2f9a646f
No longer needed.
28 lines
694 B
C#
28 lines
694 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 DBv7 : IMigrationMetadata
|
|
{
|
|
private readonly ResourceManager Resources = new ResourceManager(typeof(DBv7));
|
|
|
|
string IMigrationMetadata.Id
|
|
{
|
|
get { return "201302210057463_DBv7"; }
|
|
}
|
|
|
|
string IMigrationMetadata.Source
|
|
{
|
|
get { return null; }
|
|
}
|
|
|
|
string IMigrationMetadata.Target
|
|
{
|
|
get { return Resources.GetString("Target"); }
|
|
}
|
|
}
|
|
}
|