1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-12 22:10:50 -05:00

update UserIds

This commit is contained in:
Nick Krantz 2025-06-04 09:40:50 -05:00
parent f0b42cc422
commit 9850fdc22a
No known key found for this signature in database
GPG Key ID: FF670021ABCAB82E
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ AS
BEGIN
SET NOCOUNT ON;
-- Collect NotificationIds as they are altered
-- Collect UserIds as they are altered
DECLARE @UserIdsForAlteredNotifications TABLE (
UserId UNIQUEIDENTIFIER
);

View File

@ -4,7 +4,7 @@ AS
BEGIN
SET NOCOUNT ON;
-- Collect NotificationIds as they are altered
-- Collect UserIds as they are altered
DECLARE @UserIdsForAlteredNotifications TABLE (
UserId UNIQUEIDENTIFIER
);