1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 16:42:50 -05:00

PM-20574 fixing migration script

This commit is contained in:
Graham Walker
2025-06-13 11:11:25 -05:00
parent c8e9f020fb
commit 79dbb86661
24 changed files with 3372 additions and 493 deletions

View File

@ -1,5 +1,5 @@
CREATE OR ALTER PROCEDURE [dbo].[Organization_DeleteById]
@OrganizationId UNIQUEIDENTIFIER
@Id UNIQUEIDENTIFIER
WITH RECOMPILE
AS
BEGIN