1
0
mirror of https://github.com/bitwarden/server synced 2025-12-16 08:13:33 +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

@@ -41,7 +41,8 @@ BEGIN
[DeletedDate], [DeletedDate],
[Reprompt], [Reprompt],
[Key], [Key],
[ArchivedDate] [ArchivedDate],
[Archives]
) )
VALUES VALUES
( (

View File

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