mirror of
https://github.com/bitwarden/server
synced 2026-01-06 18:43:36 +00:00
Subvault APIs
This commit is contained in:
6
src/Sql/dbo/Views/SubvaultView.sql
Normal file
6
src/Sql/dbo/Views/SubvaultView.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
CREATE VIEW [dbo].[SubvaultView]
|
||||
AS
|
||||
SELECT
|
||||
*
|
||||
FROM
|
||||
[dbo].[Subvault]
|
||||
Reference in New Issue
Block a user