mirror of
https://github.com/bitwarden/server
synced 2025-12-06 00:03:34 +00:00
Add missing go after create type.
This commit is contained in:
@@ -54,6 +54,7 @@ CREATE TYPE [dbo].[SelectionReadOnlyArray] AS TABLE (
|
||||
[Id] UNIQUEIDENTIFIER NOT NULL,
|
||||
[ReadOnly] BIT NOT NULL,
|
||||
[HidePasswords] BIT NOT NULL);
|
||||
GO
|
||||
|
||||
IF COL_LENGTH('[dbo].[CollectionGroup]', 'HidePasswords') IS NULL
|
||||
BEGIN
|
||||
|
||||
Reference in New Issue
Block a user