mirror of
https://github.com/bitwarden/server
synced 2025-12-30 23:23:37 +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]
|
||||
Reference in New Issue
Block a user