mirror of
https://github.com/bitwarden/server
synced 2025-12-18 01:03:17 +00:00
Run dbo_future migrations for OAVR v2 cleanup and PolicyService refactor (#3005)
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
-- 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];
|
||||
@@ -1,11 +0,0 @@
|
||||
-- Stored Procedure: Policy_CountByTypeApplicableToUser
|
||||
DROP PROCEDURE [dbo].[Policy_CountByTypeApplicableToUser];
|
||||
GO
|
||||
|
||||
-- Stored Procedure: Policy_ReadByTypeApplicableToUser
|
||||
DROP PROCEDURE [dbo].[Policy_ReadByTypeApplicableToUser];
|
||||
GO
|
||||
|
||||
-- Function: PolicyApplicableToUser
|
||||
DROP FUNCTION [dbo].[PolicyApplicableToUser];
|
||||
GO
|
||||
Reference in New Issue
Block a user