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