Base solution for your next web application
Open Closed

How to delete a notifications using SQL #7444


User avatar
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)
  • User Avatar
    1
    ismcagdas created
    Support Team

    Hi,

    You have to delete the records in this order:

    • AbpUserNotifications
    • AbpTenantNotifications
    • AbpNotifications