mirror of
https://github.com/bitwarden/server
synced 2025-12-21 10:43:44 +00:00
update migration
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user