Skip to content

Commit 5bf8f26

Browse files
committed
add watch demo video for app walkthrough
1 parent 1cb44c9 commit 5bf8f26

5 files changed

Lines changed: 723 additions & 0 deletions

File tree

InvoiceProcessor.API/Migrations/20250702034042_ConnectCloudDB.Designer.cs

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

0 commit comments

Comments
 (0)