mirror of
https://github.com/bitwarden/server.git
synced 2025-06-12 22:10:50 -05:00
update UserIds
This commit is contained in:
parent
f0b42cc422
commit
9850fdc22a
@ -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
|
||||
);
|
||||
|
@ -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
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user