aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Web/Migrations/20201215202359_Second_Migration.cs
blob: 6197b3e879b8a2af5aeaa887f77f643fce4c01cd (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.Web.Migrations
{
    public partial class Second_Migration : Migration
    {
        protected override void Up(MigrationBuilder migrationBuilder)
        {

        }

        protected override void Down(MigrationBuilder migrationBuilder)
        {

        }
    }
}