diff --git a/TakeoutSaaS.Docs b/TakeoutSaaS.Docs index 6680599..2bceb20 160000 --- a/TakeoutSaaS.Docs +++ b/TakeoutSaaS.Docs @@ -1 +1 @@ -Subproject commit 66805999120ba0e2df1e3c11100f523e2d3a7fef +Subproject commit 2bceb20baed29fdcc48774b6b65fb9121e806b6f diff --git a/src/Infrastructure/TakeoutSaaS.Infrastructure/App/Persistence/TakeoutAppDbContext.cs b/src/Infrastructure/TakeoutSaaS.Infrastructure/App/Persistence/TakeoutAppDbContext.cs index 3df80ff..759b770 100644 --- a/src/Infrastructure/TakeoutSaaS.Infrastructure/App/Persistence/TakeoutAppDbContext.cs +++ b/src/Infrastructure/TakeoutSaaS.Infrastructure/App/Persistence/TakeoutAppDbContext.cs @@ -2369,4 +2369,3 @@ public sealed class TakeoutAppDbContext( builder.HasIndex(x => new { x.TenantId, x.QuotaPackageId, x.PurchasedAt }); } } -