summaryrefslogtreecommitdiff
path: root/Project-Unite/Migrations/201703161844454_jonny_please.cs
blob: f80e473700deb1dd8fab3dbf44c6a0f78614a7f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
namespace Project_Unite.Migrations
{
    using System;
    using System.Data.Entity.Migrations;
    
    public partial class jonny_please : DbMigration
    {
        public override void Up()
        {
        }
        
        public override void Down()
        {
        }
    }
}