mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 00:52:49 -05:00
updated sproc to clear push token, not identifier
This commit is contained in:
@ -7,7 +7,7 @@ BEGIN
|
||||
UPDATE
|
||||
[dbo].[Device]
|
||||
SET
|
||||
[Identifier] = NULL
|
||||
[PushToken] = NULL
|
||||
WHERE
|
||||
[Identifier] = @Identifier
|
||||
END
|
||||
|
Reference in New Issue
Block a user