mirror of
https://github.com/bitwarden/server.git
synced 2025-04-23 05:55:13 -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)
|
ALTER TABLE [dbo].[Organization] ADD [UseAdminSponsoredFamilies] bit NOT NULL CONSTRAINT [DF_Organization_UseAdminSponsoredFamilies] default (0)
|
||||||
GO
|
GO
|
||||||
|
|
||||||
|
ALTER TABLE [dbo].[OrganizationSponsorship] ADD [IsAdminInitiated] BIT CONSTRAINT [DF_OrganizationSponsorship_IsAdminInitiated] DEFAULT (0) NOT NULL
|
||||||
|
GO
|
||||||
|
|
||||||
CREATE OR ALTER PROCEDURE [dbo].[Organization_Create]
|
CREATE OR ALTER PROCEDURE [dbo].[Organization_Create]
|
||||||
@Id UNIQUEIDENTIFIER OUTPUT,
|
@Id UNIQUEIDENTIFIER OUTPUT,
|
||||||
@Identifier NVARCHAR(50),
|
@Identifier NVARCHAR(50),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user