diff --git a/Iceshrimp.Backend/Core/Database/Tables/Notification.cs b/Iceshrimp.Backend/Core/Database/Tables/Notification.cs index 6b93ac40..85cc09ad 100644 --- a/Iceshrimp.Backend/Core/Database/Tables/Notification.cs +++ b/Iceshrimp.Backend/Core/Database/Tables/Notification.cs @@ -6,6 +6,7 @@ using NpgsqlTypes; namespace Iceshrimp.Backend.Core.Database.Tables; [Table("notification")] +[Index("Type", Name = "IDX_33f33cc8ef29d805a97ff4628b")] [Index("IsRead", Name = "IDX_080ab397c379af09b9d2169e5b")] [Index("NotifierId", Name = "IDX_3b4e96eec8d36a8bbb9d02aa71")] [Index("NotifieeId", Name = "IDX_3c601b70a1066d2c8b517094cb")]