1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-28 14:54:50 -05:00
bitwarden/src/Sql/dbo/Views/U2fView.sql
2017-06-21 16:55:45 -04:00

7 lines
68 B
Transact-SQL

CREATE VIEW [dbo].[U2fView]
AS
SELECT
*
FROM
[dbo].[U2f]