mirror of
https://github.com/bitwarden/server.git
synced 2025-06-26 21:58:48 -05:00
6 lines
73 B
Transact-SQL
6 lines
73 B
Transact-SQL
CREATE VIEW [dbo].[CipherView]
|
|
AS
|
|
SELECT
|
|
*
|
|
FROM
|
|
[dbo].[Cipher] |