1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-19 18:44:32 -05:00
bitwarden/src/Sql/dbo/Views/SsoConfigView.sql
2020-06-21 23:42:27 -04:00

7 lines
80 B
Transact-SQL

CREATE VIEW [dbo].[SsoConfigView]
AS
SELECT
*
FROM
[dbo].[SsoConfig]