mirror of
https://github.com/bitwarden/server
synced 2026-01-15 15:03:34 +00:00
Move team SQL underneath dbo (#5923)
This commit is contained in:
6
src/Sql/dbo/Views/NotificationStatusView.sql
Normal file
6
src/Sql/dbo/Views/NotificationStatusView.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
CREATE VIEW [dbo].[NotificationStatusView]
|
||||
AS
|
||||
SELECT
|
||||
*
|
||||
FROM
|
||||
[dbo].[NotificationStatus]
|
||||
Reference in New Issue
Block a user