1
0
mirror of https://github.com/bitwarden/server synced 2025-12-15 15:53:59 +00:00

fix migration

This commit is contained in:
jaasen-livefront
2025-12-03 13:39:47 -08:00
parent 42b26be3b4
commit e386b8c3c2
2 changed files with 5 additions and 10 deletions

View File

@@ -391,14 +391,7 @@ BEGIN
END
END
IF OBJECT_ID('[dbo].[Cipher_CreateWithCollections]') IS NOT NULL
BEGIN
DROP PROCEDURE [dbo].[Cipher_CreateWithCollections];
END
GO
CREATE PROCEDURE [dbo].[Cipher_CreateWithCollections]
CREATE OR ALTER PROCEDURE [dbo].[Cipher_CreateWithCollections]
@Id UNIQUEIDENTIFIER,
@UserId UNIQUEIDENTIFIER,
@OrganizationId UNIQUEIDENTIFIER,
@@ -481,7 +474,8 @@ BEGIN
[DeletedDate],
[Reprompt],
[Key],
[ArchivedDate]
[ArchivedDate],
[Archives]
)
VALUES
(