0
ajayak created
Hi,
I want to delete a custom notification OrderReceived
for all tenants (users) using SQL query. Doing this from UI will take a lot of time.
I see that notifications has many related tables. How can I do it correctly?
1 Answer(s)
-
1
Hi,
You have to delete the records in this order:
- AbpUserNotifications
- AbpTenantNotifications
- AbpNotifications