mirror of
https://github.com/bitwarden/server
synced 2025-12-31 23:53:17 +00:00
added org flag for UseEvents
This commit is contained in:
6
src/Sql/dbo/Views/EventView.sql
Normal file
6
src/Sql/dbo/Views/EventView.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
CREATE VIEW [dbo].[EventView]
|
||||
AS
|
||||
SELECT
|
||||
*
|
||||
FROM
|
||||
[dbo].[Event]
|
||||
@@ -7,6 +7,7 @@ SELECT
|
||||
O.[Enabled],
|
||||
O.[UseGroups],
|
||||
O.[UseDirectory],
|
||||
O.[UseEvents],
|
||||
O.[UseTotp],
|
||||
O.[SelfHost],
|
||||
O.[UsersGetPremium],
|
||||
|
||||
Reference in New Issue
Block a user