mirror of
https://github.com/bitwarden/server
synced 2025-12-26 21:23:39 +00:00
7 lines
80 B
Transact-SQL
7 lines
80 B
Transact-SQL
CREATE VIEW [dbo].[SsoConfigView]
|
|
AS
|
|
SELECT
|
|
*
|
|
FROM
|
|
[dbo].[SsoConfig]
|