mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
11 lines
320 B
Transact-SQL
11 lines
320 B
Transact-SQL
-- 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 |