mirror of
https://github.com/bitwarden/server.git
synced 2025-05-28 14:54:50 -05:00
7 lines
68 B
Transact-SQL
7 lines
68 B
Transact-SQL
CREATE VIEW [dbo].[U2fView]
|
|
AS
|
|
SELECT
|
|
*
|
|
FROM
|
|
[dbo].[U2f]
|