Compare commits

...

2 Commits

Author SHA1 Message Date
63eb02f1a5 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
2026-03-04 09:01:47 +00:00
b5aa060faf feat(member): add message reach backend module and docs seeds 2026-03-04 13:35:22 +08: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 });
}
}