mirror of
https://github.com/bitwarden/server.git
synced 2025-04-04 20:50:21 -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
|
||||
GO;
|
||||
|
||||
ALTER TABLE [dbo].[OrganizationSponsorship] ADD [Notes] NVARCHAR(512) NULL
|
||||
GO;
|
||||
|
||||
CREATE OR ALTER PROCEDURE [dbo].[Organization_Create]
|
||||
@Id UNIQUEIDENTIFIER OUTPUT,
|
||||
@Identifier NVARCHAR(50),
|
||||
|
Loading…
x
Reference in New Issue
Block a user