2026-02-03 05:53:36 -06:00
|
|
|
using Microsoft.EntityFrameworkCore.Migrations;
|
|
|
|
|
|
|
|
|
|
#nullable disable
|
|
|
|
|
|
|
|
|
|
namespace FiscalOS.Infra.Migrations
|
|
|
|
|
{
|
2026-02-06 06:43:55 -06:00
|
|
|
/// <inheritdoc />
|
|
|
|
|
public partial class AddUserIdPropToRefreshToken : Migration
|
|
|
|
|
{
|
2026-02-03 05:53:36 -06:00
|
|
|
/// <inheritdoc />
|
2026-02-06 06:43:55 -06:00
|
|
|
protected override void Up(MigrationBuilder migrationBuilder)
|
2026-02-03 05:53:36 -06:00
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|
2026-02-06 06:43:55 -06:00
|
|
|
|
|
|
|
|
/// <inheritdoc />
|
|
|
|
|
protected override void Down(MigrationBuilder migrationBuilder)
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|