mirror of
https://github.com/bitwarden/server.git
synced 2025-06-14 06:50:47 -05:00
update UserIds
This commit is contained in:
parent
f0b42cc422
commit
9850fdc22a
@ -4,7 +4,7 @@ AS
|
|||||||
BEGIN
|
BEGIN
|
||||||
SET NOCOUNT ON;
|
SET NOCOUNT ON;
|
||||||
|
|
||||||
-- Collect NotificationIds as they are altered
|
-- Collect UserIds as they are altered
|
||||||
DECLARE @UserIdsForAlteredNotifications TABLE (
|
DECLARE @UserIdsForAlteredNotifications TABLE (
|
||||||
UserId UNIQUEIDENTIFIER
|
UserId UNIQUEIDENTIFIER
|
||||||
);
|
);
|
||||||
|
@ -4,7 +4,7 @@ AS
|
|||||||
BEGIN
|
BEGIN
|
||||||
SET NOCOUNT ON;
|
SET NOCOUNT ON;
|
||||||
|
|
||||||
-- Collect NotificationIds as they are altered
|
-- Collect UserIds as they are altered
|
||||||
DECLARE @UserIdsForAlteredNotifications TABLE (
|
DECLARE @UserIdsForAlteredNotifications TABLE (
|
||||||
UserId UNIQUEIDENTIFIER
|
UserId UNIQUEIDENTIFIER
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user