1
0
mirror of https://github.com/bitwarden/server synced 2025-12-26 21:23:39 +00:00
Files
server/src/Sql/dbo/Views/SsoConfigView.sql
Matt Portune 519226f824 formatting
2020-06-21 23:42:27 -04:00

7 lines
80 B
Transact-SQL

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