aboutsummaryrefslogtreecommitdiffstats
path: root/code/api/Migrations/20221230174414_Second.cs
blob: 4012c3f89a732a9548d69b94c4f0d5fa8fcf258f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
using Microsoft.EntityFrameworkCore.Migrations;

#nullable disable

namespace I2R.Storage.Api.Migrations
{
    /// <inheritdoc />
    public partial class Second : Migration
    {
        /// <inheritdoc />
        protected override void Up(MigrationBuilder migrationBuilder)
        {

        }

        /// <inheritdoc />
        protected override void Down(MigrationBuilder migrationBuilder)
        {

        }
    }
}