mirror of
https://github.com/bitwarden/server
synced 2026-01-08 11:33:26 +00:00
added share data model
This commit is contained in:
6
src/Sql/dbo/Views/ShareView.sql
Normal file
6
src/Sql/dbo/Views/ShareView.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
CREATE VIEW [dbo].[ShareView]
|
||||
AS
|
||||
SELECT
|
||||
*
|
||||
FROM
|
||||
[dbo].[Share]
|
||||
Reference in New Issue
Block a user