fix: 公告模块第一次修复

This commit is contained in:
2025-12-27 18:22:30 +08:00
parent bc09d9ca2e
commit 57f4c2d394
7 changed files with 63 additions and 11 deletions

View File

@@ -1,10 +1,14 @@
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Migrations;
using TakeoutSaaS.Infrastructure.App.Persistence;
#nullable disable
namespace TakeoutSaaS.Infrastructure.Migrations
{
/// <inheritdoc />
[DbContext(typeof(TakeoutAppDbContext))]
[Migration("20251225090000_AddTenantAnnouncementRowVersionTrigger")]
public partial class AddTenantAnnouncementRowVersionTrigger : Migration
{
/// <inheritdoc />