1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +01:00
bitwarden-server/util/Migrator/DbScripts/2023-06-07_00_DropUnusedCollectionSprocs.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];