The MessageSystem is based on Subject instead of Content (just semantics)

This commit is contained in:
Jonathan Bourdon
2024-07-06 22:36:22 -04:00
parent 256fa3df91
commit ca94dba08d
6 changed files with 88 additions and 10 deletions

View File

@@ -0,0 +1,22 @@
using Microsoft.EntityFrameworkCore.Migrations;
#nullable disable
namespace Hutopy.Web.Migrations
{
/// <inheritdoc />
public partial class UseSubjectId_InsteadOfContentId : Migration
{
/// <inheritdoc />
protected override void Up(MigrationBuilder migrationBuilder)
{
}
/// <inheritdoc />
protected override void Down(MigrationBuilder migrationBuilder)
{
}
}
}