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