mirror of
https://github.com/bitwarden/server
synced 2025-12-10 13:23:27 +00: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 |