mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
Add missing go after create type.
This commit is contained in:
parent
bf7f541664
commit
24a458416e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user