1
0
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:
Kyle Spearrin
2017-04-27 09:24:46 -04:00
parent c6ac82dadd
commit b2bebda9ed
45 changed files with 123 additions and 123 deletions

View File

@@ -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]

View File

@@ -3,4 +3,4 @@ AS
SELECT
*
FROM
[dbo].[CollectionUser]
[dbo].[CollectionUser]

View File

@@ -3,4 +3,4 @@ AS
SELECT
*
FROM
[dbo].[Collection]
[dbo].[Collection]

View File

@@ -3,4 +3,4 @@ AS
SELECT
*
FROM
[dbo].[Grant]
[dbo].[Grant]

View File

@@ -3,4 +3,4 @@ AS
SELECT
*
FROM
[dbo].[User]
[dbo].[User]