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