mirror of
https://github.com/bitwarden/server.git
synced 2026-01-31 22:23:18 +08: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];
|