1
0
mirror of https://github.com/bitwarden/server synced 2025-12-30 07:03:42 +00:00
Files
server/src/Sql/dbo/Views/EventView.sql
2017-12-14 15:48:44 -05:00

6 lines
71 B
Transact-SQL

CREATE VIEW [dbo].[EventView]
AS
SELECT
*
FROM
[dbo].[Event]