diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-12-30 20:25:44 +0100 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-12-30 20:25:44 +0100 |
| commit | 63cf177e8cf22e349534664d59a6926f8b36863d (patch) | |
| tree | e60a67b274786cba6e9fea6a587cdc36140cf17c /code/api/Migrations/20221230174414_Second.cs | |
| parent | 3c188c2949af9d0e08db74a850f8a87dad52de49 (diff) | |
| download | storage-63cf177e8cf22e349534664d59a6926f8b36863d.tar.xz storage-63cf177e8cf22e349534664d59a6926f8b36863d.zip | |
feat: Undo mistakes
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) - { - - } - } -} |
