migration
This commit is contained in:
1361
Webshop.Infrastructure/Migrations/20251023101614_init.Designer.cs
generated
Normal file
1361
Webshop.Infrastructure/Migrations/20251023101614_init.Designer.cs
generated
Normal file
File diff suppressed because it is too large
Load Diff
22
Webshop.Infrastructure/Migrations/20251023101614_init.cs
Normal file
22
Webshop.Infrastructure/Migrations/20251023101614_init.cs
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
using Microsoft.EntityFrameworkCore.Migrations;
|
||||||
|
|
||||||
|
#nullable disable
|
||||||
|
|
||||||
|
namespace Webshop.Infrastructure.Migrations
|
||||||
|
{
|
||||||
|
/// <inheritdoc />
|
||||||
|
public partial class init : Migration
|
||||||
|
{
|
||||||
|
/// <inheritdoc />
|
||||||
|
protected override void Up(MigrationBuilder migrationBuilder)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <inheritdoc />
|
||||||
|
protected override void Down(MigrationBuilder migrationBuilder)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user