aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Data/Migrations/20210202235318_Bullshit_Part4.cs
blob: 0e0a3f4a771f8b53687c5d4dccd4e1238ffa11f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
using Microsoft.EntityFrameworkCore.Migrations;

namespace DevHive.Data.Migrations
{
    public partial class Bullshit_Part4 : Migration
    {
        protected override void Up(MigrationBuilder migrationBuilder)
        {

        }

        protected override void Down(MigrationBuilder migrationBuilder)
        {

        }
    }
}