mirror of
https://github.com/bitwarden/server
synced 2026-01-10 12:33:49 +00:00
renaming subvault => collection
This commit is contained in:
@@ -14,7 +14,7 @@ BEGIN
|
||||
SELECT
|
||||
*
|
||||
FROM
|
||||
[dbo].[SubvaultUserSubvaultDetailsView]
|
||||
[dbo].[CollectionUserCollectionDetailsView]
|
||||
WHERE
|
||||
[OrganizationUserId] = @Id
|
||||
END
|
||||
Reference in New Issue
Block a user