1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-26 21:58:48 -05:00
bitwarden/src/Sql/dbo/Views/CipherView.sql
2017-01-11 22:03:04 -05:00

6 lines
73 B
Transact-SQL

CREATE VIEW [dbo].[CipherView]
AS
SELECT
*
FROM
[dbo].[Cipher]