mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 05:00:19 -05:00
Forgot to add Notes
column to OrganizationSponsorships
table in the migration script
This commit is contained in:
parent
ba7b9073ac
commit
6c3ee36485
@ -4,6 +4,9 @@ ALTER TABLE [dbo].[Organization] ADD [UseAdminSponsoredFamilies] bit NOT NULL CO
|
|||||||
ALTER TABLE [dbo].[OrganizationSponsorship] ADD [IsAdminInitiated] BIT CONSTRAINT [DF_OrganizationSponsorship_IsAdminInitiated] DEFAULT (0) NOT NULL
|
ALTER TABLE [dbo].[OrganizationSponsorship] ADD [IsAdminInitiated] BIT CONSTRAINT [DF_OrganizationSponsorship_IsAdminInitiated] DEFAULT (0) NOT NULL
|
||||||
GO;
|
GO;
|
||||||
|
|
||||||
|
ALTER TABLE [dbo].[OrganizationSponsorship] ADD [Notes] NVARCHAR(512) 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