1
0
mirror of https://github.com/bitwarden/server synced 2025-12-26 13:13:24 +00:00
Files
server/src/Sql/dbo/Views/NotificationView.sql
2025-06-05 12:58:46 -04:00

7 lines
86 B
Transact-SQL

CREATE VIEW [dbo].[NotificationView]
AS
SELECT
*
FROM
[dbo].[Notification]