mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05: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