0
ajayak created
Prerequisites
- What is your product version? 10.2
- What is your product type (Angular or MVC)? Angular
- What is product framework type (.net framework or .net core)? ,net core
Our AbpTenantNotifications table size has grown to 536.11 MB. How can we delete old notifications from this table directly from DB? Any SQL query?
3 Answer(s)
-
0
Hi @ajayak
These records should be deleted automatically. Could you share your ABP NuGet package version ? There was a problem about background jobs, upgrading to 6.3.1 might solve this problem.
For existing records, you need to delete them manually.
-
0
Hi @ismcagdas,
Is it ok if I delete records from AbpTenantNotifications table directly?
-
0
Hi,
Yes, it shouldn't cause any problem.