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