mirror of
https://github.com/bitwarden/server
synced 2026-01-06 02:23:51 +00:00
reimport db after subvault => collection rename
This commit is contained in:
@@ -9,4 +9,4 @@ SELECT
|
||||
FROM
|
||||
[dbo].[CollectionUser] SU
|
||||
INNER JOIN
|
||||
[dbo].[Collection] S ON S.[Id] = SU.[CollectionId]
|
||||
[dbo].[Collection] S ON S.[Id] = SU.[CollectionId]
|
||||
@@ -3,4 +3,4 @@ AS
|
||||
SELECT
|
||||
*
|
||||
FROM
|
||||
[dbo].[CollectionUser]
|
||||
[dbo].[CollectionUser]
|
||||
@@ -3,4 +3,4 @@ AS
|
||||
SELECT
|
||||
*
|
||||
FROM
|
||||
[dbo].[Collection]
|
||||
[dbo].[Collection]
|
||||
@@ -3,4 +3,4 @@ AS
|
||||
SELECT
|
||||
*
|
||||
FROM
|
||||
[dbo].[Grant]
|
||||
[dbo].[Grant]
|
||||
|
||||
@@ -3,4 +3,4 @@ AS
|
||||
SELECT
|
||||
*
|
||||
FROM
|
||||
[dbo].[User]
|
||||
[dbo].[User]
|
||||
|
||||
Reference in New Issue
Block a user