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