1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05:00

Run dbo_future migrations for OAVR v2 cleanup and PolicyService refactor (#3005)

This commit is contained in:
Thomas Rittson
2023-06-22 15:06:03 +10:00
committed by GitHub
parent a4dc10c777
commit 926d9bb5f2
9 changed files with 0 additions and 193 deletions

View File

@ -0,0 +1,14 @@
-- Stored Procedure: Collection_ReadWithGroupsById
DROP PROCEDURE [dbo].[Collection_ReadWithGroupsById];
GO
-- Stored Procedure: Collection_ReadWithGroupsByIdUserId
DROP PROCEDURE [dbo].[Collection_ReadWithGroupsByIdUserId];
GO
-- Stored Procedure: Collection_CreateWithGroups
DROP PROCEDURE [dbo].[Collection_CreateWithGroups];
GO
-- Stored Procedure: Collection_UpdateWithGroups
DROP PROCEDURE [dbo].[Collection_UpdateWithGroups];