mirror of
https://github.com/bitwarden/server.git
synced 2025-07-07 19:05:07 -05:00
WIP
This commit is contained in:
@ -451,6 +451,7 @@ CREATE TYPE [dbo].[OrganizationSponsorshipType] AS TABLE(
|
||||
[ToDelete] BIT,
|
||||
[IsAdminInitiated] BIT
|
||||
);
|
||||
GO;
|
||||
|
||||
CREATE PROCEDURE [dbo].[OrganizationSponsorship_CreateMany]
|
||||
@OrganizationSponsorshipsInput [dbo].[OrganizationSponsorshipType] READONLY
|
||||
|
Reference in New Issue
Block a user