mirror of
https://github.com/bitwarden/server
synced 2025-12-29 14:43:39 +00:00
Grant table for identity persisted grants
This commit is contained in:
6
src/Sql/dbo/Views/GrantView.sql
Normal file
6
src/Sql/dbo/Views/GrantView.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
CREATE VIEW [dbo].[GrantView]
|
||||
AS
|
||||
SELECT
|
||||
*
|
||||
FROM
|
||||
[dbo].[Grant]
|
||||
Reference in New Issue
Block a user