Skip to content

Commit 9bbd156

Browse files
committed
Fix npm run migrate
1 parent 9c6f064 commit 9bbd156

File tree

5 files changed

+584
-141
lines changed

5 files changed

+584
-141
lines changed

api/.config/dotnet-tools.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"version": 1,
3+
"isRoot": true,
4+
"tools": {
5+
"dotnet-ef": {
6+
"version": "3.1.1",
7+
"commands": [
8+
"dotnet-ef"
9+
]
10+
}
11+
}
12+
}

api/Migrations/20200128145031_1580223026.Designer.cs

Lines changed: 362 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
using Microsoft.EntityFrameworkCore.Migrations;
2+
3+
namespace api.Migrations
4+
{
5+
public partial class _1580223026 : Migration
6+
{
7+
protected override void Up(MigrationBuilder migrationBuilder)
8+
{
9+
10+
}
11+
12+
protected override void Down(MigrationBuilder migrationBuilder)
13+
{
14+
15+
}
16+
}
17+
}

0 commit comments

Comments
 (0)