Browse Source

add IgnoreMultiTenancyAttribute to NotificationsDefinitionDbContext

pull/765/head
cKey 3 years ago
parent
commit
98092f05c5
  1. 1
      aspnet-core/modules/notifications/LINGYUN.Abp.Notifications.EntityFrameworkCore/LINGYUN/Abp/Notifications/EntityFrameworkCore/NotificationsDefinitionDbContext.cs

1
aspnet-core/modules/notifications/LINGYUN.Abp.Notifications.EntityFrameworkCore/LINGYUN/Abp/Notifications/EntityFrameworkCore/NotificationsDefinitionDbContext.cs

@ -5,6 +5,7 @@ using Volo.Abp.MultiTenancy;
namespace LINGYUN.Abp.Notifications.EntityFrameworkCore; namespace LINGYUN.Abp.Notifications.EntityFrameworkCore;
[IgnoreMultiTenancy]
[ConnectionStringName(AbpNotificationsDbProperties.ConnectionStringName)] [ConnectionStringName(AbpNotificationsDbProperties.ConnectionStringName)]
public class NotificationsDefinitionDbContext : AbpDbContext<NotificationsDefinitionDbContext>, INotificationsDefinitionDbContext public class NotificationsDefinitionDbContext : AbpDbContext<NotificationsDefinitionDbContext>, INotificationsDefinitionDbContext
{ {

Loading…
Cancel
Save