diff options
Diffstat (limited to 'code/api/Migrations/20221230174414_Second.cs')
| -rw-r--r-- | code/api/Migrations/20221230174414_Second.cs | 22 |
1 files changed, 22 insertions, 0 deletions
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 +{ + /// <inheritdoc /> + public partial class Second : Migration + { + /// <inheritdoc /> + protected override void Up(MigrationBuilder migrationBuilder) + { + + } + + /// <inheritdoc /> + protected override void Down(MigrationBuilder migrationBuilder) + { + + } + } +} |
