Merge pull request 'feat(member): add message reach backend module and docs seeds' (#9) from feature/member-points-mall-1to1 into dev
Some checks failed
Build and Deploy TenantApi + SkuWorker / build-and-deploy (push) Failing after 1m58s

Reviewed-on: #9
This commit was merged in pull request #9.
This commit is contained in:
2026-03-04 09:01:47 +00:00
2 changed files with 1 additions and 2 deletions

View File

@@ -2369,4 +2369,3 @@ public sealed class TakeoutAppDbContext(
builder.HasIndex(x => new { x.TenantId, x.QuotaPackageId, x.PurchasedAt });
}
}