🗃️ Fix notification push subscription unique key
This commit is contained in:
		| @@ -27,7 +27,7 @@ public enum NotificationPushProvider | ||||
|     Google | ||||
| } | ||||
|  | ||||
| [Index(nameof(DeviceToken), nameof(DeviceId), IsUnique = true)] | ||||
| [Index(nameof(DeviceToken), nameof(DeviceId), nameof(AccountId), IsUnique = true)] | ||||
| public class NotificationPushSubscription : ModelBase | ||||
| { | ||||
|     public Guid Id { get; set; } = Guid.NewGuid(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user