mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 23:52:50 -05:00
delete with recompile
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
CREATE PROCEDURE [dbo].[Cipher_DeleteById]
|
||||
@Id UNIQUEIDENTIFIER
|
||||
WITH RECOMPILE
|
||||
AS
|
||||
BEGIN
|
||||
SET NOCOUNT ON
|
||||
|
Reference in New Issue
Block a user