mirror of
https://github.com/bitwarden/server
synced 2025-12-30 07:03:42 +00:00
6 lines
71 B
Transact-SQL
6 lines
71 B
Transact-SQL
CREATE VIEW [dbo].[EventView]
|
|
AS
|
|
SELECT
|
|
*
|
|
FROM
|
|
[dbo].[Event] |