1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-03 09:02:48 -05:00

recompile user delete sproc and extend timeout. filer out security stamp errors from logger.

This commit is contained in:
Kyle Spearrin
2016-10-29 02:59:17 -04:00
parent 8eb545a37c
commit 6f636603fb
3 changed files with 19 additions and 2 deletions

View File

@ -1,5 +1,6 @@
CREATE PROCEDURE [dbo].[User_DeleteById]
@Id UNIQUEIDENTIFIER
WITH RECOMPILE
AS
BEGIN
SET NOCOUNT ON