mirror of
https://github.com/bitwarden/server
synced 2025-12-29 06:33:43 +00:00
reimport db after subvault => collection rename
This commit is contained in:
6
src/Sql/dbo/Views/CollectionView.sql
Normal file
6
src/Sql/dbo/Views/CollectionView.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
CREATE VIEW [dbo].[CollectionView]
|
||||
AS
|
||||
SELECT
|
||||
*
|
||||
FROM
|
||||
[dbo].[Collection]
|
||||
Reference in New Issue
Block a user