fix: add user id prop to refresh token

This commit is contained in:
Stevan Freeborn
2026-02-03 21:04:25 -06:00
parent e9f133bf43
commit a3264bd72d
3 changed files with 125 additions and 1 deletions
@@ -0,0 +1,22 @@
using Microsoft.EntityFrameworkCore.Migrations;
#nullable disable
namespace FiscalOS.Infra.Migrations
{
/// <inheritdoc />
public partial class AddUserIdPropToRefreshToken : Migration
{
/// <inheritdoc />
protected override void Up(MigrationBuilder migrationBuilder)
{
}
/// <inheritdoc />
protected override void Down(MigrationBuilder migrationBuilder)
{
}
}
}