1
0
mirror of https://github.com/bitwarden/server synced 2026-01-16 15:33:19 +00:00

[SM-206] Update sqlproject to match migrations (#2246)

This commit is contained in:
Oscar Hinton
2022-09-08 21:42:02 +02:00
committed by GitHub
parent d6ce41c837
commit 70f16bc069
13 changed files with 383 additions and 318 deletions

View File

@@ -3,6 +3,7 @@
@Type INT,
@UserId UNIQUEIDENTIFIER,
@OrganizationId UNIQUEIDENTIFIER,
@InstallationId UNIQUEIDENTIFIER,
@ProviderId UNIQUEIDENTIFIER,
@CipherId UNIQUEIDENTIFIER,
@CollectionId UNIQUEIDENTIFIER,
@@ -25,6 +26,7 @@ BEGIN
[Type],
[UserId],
[OrganizationId],
[InstallationId],
[ProviderId],
[CipherId],
[CollectionId],
@@ -44,6 +46,7 @@ BEGIN
@Type,
@UserId,
@OrganizationId,
@InstallationId,
@ProviderId,
@CipherId,
@CollectionId,