1
0
mirror of https://github.com/bitwarden/server synced 2025-12-26 13:13:24 +00:00

support larger externalid size in db

This commit is contained in:
Kyle Spearrin
2017-05-13 21:23:24 -04:00
parent 56f9ea0207
commit befca0561b
6 changed files with 11 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
@OrganizationId UNIQUEIDENTIFIER,
@Name VARCHAR(MAX),
@AccessAll BIT,
@ExternalId NVARCHAR(50),
@ExternalId NVARCHAR(300),
@CreationDate DATETIME2(7),
@RevisionDate DATETIME2(7),
@Collections AS [dbo].[SelectionReadOnlyArray] READONLY