diff options
Diffstat (limited to 'src/DevHive.Web/Migrations/20201215202359_Second_Migration.cs')
| -rw-r--r-- | src/DevHive.Web/Migrations/20201215202359_Second_Migration.cs | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/DevHive.Web/Migrations/20201215202359_Second_Migration.cs b/src/DevHive.Web/Migrations/20201215202359_Second_Migration.cs new file mode 100644 index 0000000..6197b3e --- /dev/null +++ b/src/DevHive.Web/Migrations/20201215202359_Second_Migration.cs @@ -0,0 +1,17 @@ +using Microsoft.EntityFrameworkCore.Migrations; + +namespace DevHive.Web.Migrations +{ + public partial class Second_Migration : Migration + { + protected override void Up(MigrationBuilder migrationBuilder) + { + + } + + protected override void Down(MigrationBuilder migrationBuilder) + { + + } + } +} |
