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