23 lines
448 B
C#
23 lines
448 B
C#
using Microsoft.EntityFrameworkCore.Migrations;
|
|||
|
|
|
||
|
|
#nullable disable
|
||
|
|
|
||
|
|
namespace FiscalOS.Infra.Migrations
|
||
|
|
{
|
||
|
|
/// <inheritdoc />
|
||
|
|
public partial class RenamePlaidMetadataEntity : Migration
|
||
|
|
{
|
||
|
|
/// <inheritdoc />
|
||
|
|
protected override void Up(MigrationBuilder migrationBuilder)
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
/// <inheritdoc />
|
||
|
|
protected override void Down(MigrationBuilder migrationBuilder)
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|