Skip to content

Commit 9850fdc

Browse files
update UserIds
1 parent f0b42cc commit 9850fdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Sql/NotificationCenter/dbo/Stored Procedures/Notification_MarkAsDeletedByTask.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ AS
44
BEGIN
55
SET NOCOUNT ON;
66

7-
-- Collect NotificationIds as they are altered
7+
-- Collect UserIds as they are altered
88
DECLARE @UserIdsForAlteredNotifications TABLE (
99
UserId UNIQUEIDENTIFIER
1010
);

util/Migrator/DbScripts/2025-05-30_00_Notification_MarkAsDeletedByTask.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ AS
44
BEGIN
55
SET NOCOUNT ON;
66

7-
-- Collect NotificationIds as they are altered
7+
-- Collect UserIds as they are altered
88
DECLARE @UserIdsForAlteredNotifications TABLE (
99
UserId UNIQUEIDENTIFIER
1010
);

0 commit comments

Comments
 (0)