diff options
Diffstat (limited to 'code/api/Migrations/20221230174414_Second.cs')
| -rw-r--r-- | code/api/Migrations/20221230174414_Second.cs | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/code/api/Migrations/20221230174414_Second.cs b/code/api/Migrations/20221230174414_Second.cs deleted file mode 100644 index 4012c3f..0000000 --- a/code/api/Migrations/20221230174414_Second.cs +++ /dev/null @@ -1,22 +0,0 @@ -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) - { - - } - } -} |
