1
0
mirror of https://github.com/bitwarden/server synced 2025-12-18 01:03:17 +00:00

update tests. cleanup

This commit is contained in:
jaasen-livefront
2025-12-03 10:56:42 -08:00
parent bf2f3c039d
commit c3033033c6
5 changed files with 69 additions and 4 deletions

View File

@@ -363,7 +363,7 @@ BEGIN
SET NOCOUNT ON
EXEC [dbo].[Cipher_Create] @Id, @UserId, @OrganizationId, @Type, @Data, @Favorites, @Folders,
@Attachments, @CreationDate, @RevisionDate, @DeletedDate, @Reprompt, @Key, @ArchivedDate
@Attachments, @CreationDate, @RevisionDate, @DeletedDate, @Reprompt, @Key, @ArchivedDate, @Archives
DECLARE @UpdateCollectionsSuccess INT
EXEC @UpdateCollectionsSuccess = [dbo].[Cipher_UpdateCollections] @Id, @UserId, @OrganizationId, @CollectionIds