1
0
mirror of https://github.com/bitwarden/server synced 2025-12-21 18:53:41 +00:00

update migration

This commit is contained in:
jaasen-livefront
2025-11-17 11:58:25 -08:00
parent 5c65756796
commit d07bf31cbb

View File

@@ -11,19 +11,7 @@ BEGIN
SET NOCOUNT ON; SET NOCOUNT ON;
SELECT SELECT
c.Id, c.*,
c.UserId,
c.OrganizationId,
c.Type,
c.Data,
c.Favorites,
c.Folders,
c.Attachments,
c.CreationDate,
c.RevisionDate,
c.DeletedDate,
c.Reprompt,
c.Key,
ca.ArchivedDate ca.ArchivedDate
FROM FROM
[dbo].[UserCipherDetails](@UserId) AS c [dbo].[UserCipherDetails](@UserId) AS c
@@ -47,19 +35,7 @@ BEGIN
SET NOCOUNT ON SET NOCOUNT ON
SELECT SELECT
c.Id, c.*,
c.UserId,
c.OrganizationId,
c.Type,
c.Data,
c.Favorites,
c.Folders,
c.Attachments,
c.CreationDate,
c.RevisionDate,
c.DeletedDate,
c.Reprompt,
c.Key,
1 [Edit], 1 [Edit],
1 [ViewPassword], 1 [ViewPassword],
1 [Manage], 1 [Manage],