mirror of
https://github.com/bitwarden/server.git
synced 2025-04-08 06:28:14 -05:00
WIP
This commit is contained in:
parent
e923af2675
commit
7f8fa6663b
@ -1,6 +1,9 @@
|
||||
ALTER TABLE [dbo].[Organization] ADD [UseAdminSponsoredFamilies] bit NOT NULL CONSTRAINT [DF_Organization_UseAdminSponsoredFamilies] default (0)
|
||||
GO
|
||||
|
||||
ALTER TABLE [dbo].[OrganizationSponsorship] ADD [IsAdminInitiated] BIT CONSTRAINT [DF_OrganizationSponsorship_IsAdminInitiated] DEFAULT (0) NOT NULL
|
||||
GO
|
||||
|
||||
CREATE OR ALTER PROCEDURE [dbo].[Organization_Create]
|
||||
@Id UNIQUEIDENTIFIER OUTPUT,
|
||||
@Identifier NVARCHAR(50),
|
||||
|
Loading…
x
Reference in New Issue
Block a user