From 3c188c2949af9d0e08db74a850f8a87dad52de49 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Fri, 30 Dec 2022 20:22:55 +0100 Subject: feat: Yes --- code/api/Migrations/20221230174414_Second.cs | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 code/api/Migrations/20221230174414_Second.cs (limited to 'code/api/Migrations/20221230174414_Second.cs') diff --git a/code/api/Migrations/20221230174414_Second.cs b/code/api/Migrations/20221230174414_Second.cs new file mode 100644 index 0000000..4012c3f --- /dev/null +++ b/code/api/Migrations/20221230174414_Second.cs @@ -0,0 +1,22 @@ +using Microsoft.EntityFrameworkCore.Migrations; + +#nullable disable + +namespace I2R.Storage.Api.Migrations +{ + /// + public partial class Second : Migration + { + /// + protected override void Up(MigrationBuilder migrationBuilder) + { + + } + + /// + protected override void Down(MigrationBuilder migrationBuilder) + { + + } + } +} -- cgit v1.3