mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 16:42:50 -05:00
validate organization licenses
This commit is contained in:
11
src/Sql/dbo/Stored Procedures/Organization_Read.sql
Normal file
11
src/Sql/dbo/Stored Procedures/Organization_Read.sql
Normal file
@ -0,0 +1,11 @@
|
||||
CREATE PROCEDURE [dbo].[Organization_Read]
|
||||
@Id UNIQUEIDENTIFIER
|
||||
AS
|
||||
BEGIN
|
||||
SET NOCOUNT ON
|
||||
|
||||
SELECT
|
||||
*
|
||||
FROM
|
||||
[dbo].[OrganizationView]
|
||||
END
|
Reference in New Issue
Block a user