mirror of
https://github.com/bitwarden/server
synced 2025-12-26 13:13:24 +00:00
7 lines
86 B
Transact-SQL
7 lines
86 B
Transact-SQL
CREATE VIEW [dbo].[NotificationView]
|
|
AS
|
|
SELECT
|
|
*
|
|
FROM
|
|
[dbo].[Notification]
|