1
0
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:
Kyle Spearrin
2017-10-26 20:55:35 -04:00
parent a989a800f7
commit 81d2e3e608
2 changed files with 52 additions and 0 deletions

View File

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