mirror of
https://github.com/bitwarden/server
synced 2026-01-08 19:43:34 +00:00
7 lines
98 B
Transact-SQL
7 lines
98 B
Transact-SQL
CREATE VIEW [dbo].[NotificationStatusView]
|
|
AS
|
|
SELECT
|
|
*
|
|
FROM
|
|
[dbo].[NotificationStatus]
|